Skip to content

Commit 76ff497

Browse files
committed
Update LMViewModel.swift
1 parent 789bab4 commit 76ff497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/d3-async-location/viewmodel/LMViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public final class LMViewModel: ILocationManagerViewModel{
6565
}
6666
}catch{
6767

68-
state = .idle // if access was not granted just set state as idle, manager did not get start in this case
68+
state = .idle // if access was not granted just set state to idle, manager did not get started in this case
6969

7070
if isStreamCancelled(with: error){ stop() }
7171

0 commit comments

Comments
 (0)