Преглед на файлове

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