We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789bab4 commit 76ff497Copy full SHA for 76ff497
Sources/d3-async-location/viewmodel/LMViewModel.swift
@@ -65,7 +65,7 @@ public final class LMViewModel: ILocationManagerViewModel{
65
}
66
}catch{
67
68
- state = .idle // if access was not granted just set state as idle, manager did not get start in this case
+ state = .idle // if access was not granted just set state to idle, manager did not get started in this case
69
70
if isStreamCancelled(with: error){ stop() }
71
0 commit comments