From d7e9d567c2d9c1114ceff2c677127e991ff048a8 Mon Sep 17 00:00:00 2001 From: Shawn Schantz Date: Mon, 23 Feb 2026 13:56:01 -0500 Subject: [PATCH] maint(ios): remove duplicate/deprecated constant --- .../Classes/SetUpViewController/SetUpViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()