diff options
| author | Sajad Vishkai <sajaclvishkai@gmail.com> | 2022-09-26 12:02:26 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-09-26 16:31:21 +0200 |
| commit | cf5d64bec7ab21636f0aa87c396025a6f8b7c04f (patch) | |
| tree | 224816c6e78d7d06184d70752212c245a7f49505 | |
| parent | 542a8df389f1f3996eb03bff6d2937e1fb1007d5 (diff) | |
| download | mullvadvpn-cf5d64bec7ab21636f0aa87c396025a6f8b7c04f.tar.xz mullvadvpn-cf5d64bec7ab21636f0aa87c396025a6f8b7c04f.zip | |
Update SettingsNavigationController.swift
| -rw-r--r-- | ios/MullvadVPN/SettingsNavigationController.swift | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ios/MullvadVPN/SettingsNavigationController.swift b/ios/MullvadVPN/SettingsNavigationController.swift index 0476ac23fa..58993fc6c4 100644 --- a/ios/MullvadVPN/SettingsNavigationController.swift +++ b/ios/MullvadVPN/SettingsNavigationController.swift @@ -56,12 +56,6 @@ class SettingsNavigationController: CustomNavigationController, SettingsViewCont pushViewController(makeViewController(for: .root), animated: false) } - override init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: Bundle?) { - // This initializer exists to prevent crash on iOS 12. - // See: https://stackoverflow.com/a/38335090/351305 - super.init(nibName: nibNameOrNil, bundle: nibBundleOrNil) - } - required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) } |
