Skip to content

Commit c8222d5

Browse files
committed
Delay check status so it will happen after launch agent setup
1 parent 4e8dc19 commit c8222d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Core/Sources/HostApp/GeneralView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ struct ExtensionServiceView: View {
115115

116116
func checkStatus() {
117117
Task {
118+
try await Task.sleep(nanoseconds: 2_000_000_000)
118119
isRunningAction = true
119120
defer { isRunningAction = false }
120121
do {

0 commit comments

Comments
 (0)