diff options
| author | Sajad Vishkai <sajaclvishkai@gmail.com> | 2022-09-26 12:01:01 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-09-26 16:31:21 +0200 |
| commit | 75d8a47fc2fac9c5ca82c62b06076b06e1034344 (patch) | |
| tree | 96e03748711f76e5d37929c2422d276d10699901 | |
| parent | 6f5e2a8fe8fabc05d9b65a1f3e673c975604b40f (diff) | |
| download | mullvadvpn-75d8a47fc2fac9c5ca82c62b06076b06e1034344.tar.xz mullvadvpn-75d8a47fc2fac9c5ca82c62b06076b06e1034344.zip | |
Update SelectLocationNavigationController.swift
| -rw-r--r-- | ios/MullvadVPN/SelectLocationNavigationController.swift | 10 |
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") - } } |
