Просмотр исходного кода

Simplify big BG more

(cherry picked from commit 263128a8d903f63a425437b92de34d1149ee4da9)
Jon Mårtensson 3 лет назад
Родитель
Сommit
cdcaa10309
1 измененных файлов с 8 добавлено и 6 удалено
  1. 8 6
      FreeAPSWatch WatchKit Extension/Views/MainView.swift

+ 8 - 6
FreeAPSWatch WatchKit Extension/Views/MainView.swift

@@ -175,16 +175,18 @@ struct MainView: View {
                     .minimumScaleFactor(0.5)
             }.padding(.bottom, 35)
             // Text(state.delta).font(.caption2).foregroundColor(.gray)
-            Spacer()
+            // Spacer()
 
             HStack {
                 Circle().stroke(color, lineWidth: 5).frame(width: 20, height: 20).padding(10)
 
-                if state.lastLoopDate != nil {
-                    Text(timeString).font(.caption2).foregroundColor(.gray)
-                } else {
-                    Text("--").font(.caption2).foregroundColor(.gray)
-                }
+                /*
+                 if state.lastLoopDate != nil {
+                     Text(timeString).font(.caption2).foregroundColor(.gray)
+                 } else {
+                     Text("--").font(.caption2).foregroundColor(.gray)
+                 }
+                  */
             }
         }
         .gesture(longPresBGs)