summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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)
}