Skip to content

Commit 3f416e4

Browse files
committed
update
1 parent e0f09d9 commit 3f416e4

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@
4141
```
4242

4343
### 5. Showcase possible errors from LMViewModel in UI is up to you
44-
```
45-
///Status is not determined If you are trying to get Async stream without
46-
permission request in case you implement your own ViewModel and access LocationManagerAsync.locations
47-
case statusIsNotDetermined
48-
44+
```
4945
///Access was denied by user
5046
case accessIsNotAuthorized
5147
```

Sources/d3-async-location/enum/LocationManagerErrors.swift

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ import Foundation
99

1010
/// Async locations manager errors
1111
@available(iOS 15.0, *)
12-
public enum LocationManagerErrors: Error{
13-
14-
///Status is not determined If you trying to get Async stream without permission request
15-
case statusIsNotDetermined
16-
12+
public enum LocationManagerErrors: Error{
13+
1714
///Access was denied by user
1815
case accessIsNotAuthorized
1916

0 commit comments

Comments
 (0)