Explorar o código

Fix incorrect condition in view

Deniz Cengiz hai 1 ano
pai
achega
a3d0dff413
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Trio Watch App Extension/Views/TrioMainWatchView.swift

+ 1 - 1
Trio Watch App Extension/Views/TrioMainWatchView.swift

@@ -36,7 +36,7 @@ struct TrioMainWatchView: View {
             return true // No session at all => unreachable
         }
         // Return true if not .activated OR not reachable
-        return session.activationState != .activated || !session.isReachable
+        return session.activationState != .activated
     }
 
     // Active adjustment indicator