Commit 2a436d2d authored by shigemi miura's avatar shigemi miura

タイマー値変更

parent 4dd65f76
...@@ -91,7 +91,9 @@ class EcaTask { ...@@ -91,7 +91,9 @@ class EcaTask {
} }
} }
} else { } else {
SharingData.my.ecaStatus = nil if SharingData.my.ecaStatus != nil {
SharingData.my.ecaStatus = nil
}
} }
} }
......
...@@ -29,7 +29,7 @@ class LoginViewParam: ObservableObject{ ...@@ -29,7 +29,7 @@ class LoginViewParam: ObservableObject{
@Published var userName: String = "" @Published var userName: String = ""
} }
let TimerInterval = 60.0 * 10.0 let TimerInterval = 60.0
struct LoginView: View { struct LoginView: View {
@ObservedObject var scannerViewModel = ScannerViewModel() @ObservedObject var scannerViewModel = ScannerViewModel()
......
...@@ -31,7 +31,7 @@ struct MenuManualECDISView: View { ...@@ -31,7 +31,7 @@ struct MenuManualECDISView: View {
} }
} }
} else { } else {
Text("Loading...").padding() Text("Now Loading...").padding()
ProgressView() ProgressView()
} }
Spacer() Spacer()
......
...@@ -31,7 +31,7 @@ struct MenuManualRADARView: View { ...@@ -31,7 +31,7 @@ struct MenuManualRADARView: View {
} }
} }
} else { } else {
Text("Loading...").padding() Text("Now Loading...").padding()
ProgressView() ProgressView()
} }
......
...@@ -57,7 +57,7 @@ struct MenuManualView: View { ...@@ -57,7 +57,7 @@ struct MenuManualView: View {
} }
} }
} else { } else {
Text("Loading...").padding() Text("Now Loading...").padding()
ProgressView() ProgressView()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment