From 4d48a63925d9fc39f8892543919c4400366cde2e Mon Sep 17 00:00:00 2001 From: Zeeshan Sheikh <64203935+zeeshanmakeen@users.noreply.github.com> Date: Wed, 2 Aug 2023 20:04:14 +0500 Subject: [PATCH] fixed ALS-1496 settings options are not tappable after coming from routing screen --- .../Scenes/Settings/Controller/SettingsVC.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocationServices/LocationServices/Scenes/Settings/Controller/SettingsVC.swift b/LocationServices/LocationServices/Scenes/Settings/Controller/SettingsVC.swift index a81c5287..930e8333 100644 --- a/LocationServices/LocationServices/Scenes/Settings/Controller/SettingsVC.swift +++ b/LocationServices/LocationServices/Scenes/Settings/Controller/SettingsVC.swift @@ -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)