diff --git a/ios/keyman/Keyman/Keyman/Classes/SetUpViewController/SetUpViewController.swift b/ios/keyman/Keyman/Keyman/Classes/SetUpViewController/SetUpViewController.swift index 697095e7af4..8f44a31d77f 100644 --- a/ios/keyman/Keyman/Keyman/Classes/SetUpViewController/SetUpViewController.swift +++ b/ios/keyman/Keyman/Keyman/Classes/SetUpViewController/SetUpViewController.swift @@ -49,7 +49,7 @@ class SetUpViewController: UIViewController, WKNavigationDelegate { func reloadKeymanHelp() { if let networkStatus = networkReachable?.connection { switch networkStatus { - case Reachability.Connection.none, Reachability.Connection.unavailable: + case Reachability.Connection.unavailable: loadFromLocal() default: loadFromServer()