Преглед изворни кода

Fix incorrect condition in view

Deniz Cengiz пре 1 година
родитељ
комит
a3d0dff413
1 измењених фајлова са 1 додато и 1 уклоњено
  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