summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
authorSajad Vishkai <sajaclvishkai@gmail.com>2022-09-26 12:01:01 +0200
committerAndrej Mihajlov <and@mullvad.net>2022-09-26 16:31:21 +0200
commit75d8a47fc2fac9c5ca82c62b06076b06e1034344 (patch)
tree96e03748711f76e5d37929c2422d276d10699901 /ios
parent6f5e2a8fe8fabc05d9b65a1f3e673c975604b40f (diff)
downloadmullvadvpn-75d8a47fc2fac9c5ca82c62b06076b06e1034344.tar.xz
mullvadvpn-75d8a47fc2fac9c5ca82c62b06076b06e1034344.zip
Update SelectLocationNavigationController.swift
Diffstat (limited to 'ios')
-rw-r--r--ios/MullvadVPN/SelectLocationNavigationController.swift10
1 files changed, 0 insertions, 10 deletions
diff --git a/ios/MullvadVPN/SelectLocationNavigationController.swift b/ios/MullvadVPN/SelectLocationNavigationController.swift
index b2e6605aec..1a46fcb3a0 100644
--- a/ios/MullvadVPN/SelectLocationNavigationController.swift
+++ b/ios/MullvadVPN/SelectLocationNavigationController.swift
@@ -23,14 +23,4 @@ class SelectLocationNavigationController: UINavigationController {
viewControllers = [contentController]
}
-
- 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) {
- fatalError("init(coder:) has not been implemented")
- }
}