Skip to content

Commit

Permalink
fixed ALS-1496 settings options are not tappable after coming from ro…
Browse files Browse the repository at this point in the history
…uting screen
  • Loading branch information
zeeshanmakeen committed Aug 2, 2023
1 parent cd83850 commit 4d48a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final class SettingsVC: UIViewController {
static let horizontalOffset: CGFloat = 16
}

weak var delegate: SettingsNavigationDelegate?
var delegate: SettingsNavigationDelegate?

private var headerTitle: LargeTitleLabel = {
let label = LargeTitleLabel(labelText: StringConstant.settigns)
Expand Down

0 comments on commit 4d48a63

Please sign in to comment.