summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
authorSajad Vishkai <sajaclvishkai@gmail.com>2022-09-26 12:02:26 +0200
committerAndrej Mihajlov <and@mullvad.net>2022-09-26 16:31:21 +0200
commitcf5d64bec7ab21636f0aa87c396025a6f8b7c04f (patch)
tree224816c6e78d7d06184d70752212c245a7f49505 /ios
parent542a8df389f1f3996eb03bff6d2937e1fb1007d5 (diff)
downloadmullvadvpn-cf5d64bec7ab21636f0aa87c396025a6f8b7c04f.tar.xz
mullvadvpn-cf5d64bec7ab21636f0aa87c396025a6f8b7c04f.zip
Update SettingsNavigationController.swift
Diffstat (limited to 'ios')
-rw-r--r--ios/MullvadVPN/SettingsNavigationController.swift6
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)
}