Skip to content

Commit ac37a60

Browse files
committed
Update Permission.swift
1 parent 9c5dfab commit ac37a60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/d3-async-location/Permission.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ final class Permission{
3333
public func isGranted(for manager: CLLocationManager) async -> Bool{
3434
let status = await requestPermission(manager)
3535
return isAuthorized(status)
36-
}
36+
}
3737

38+
/// Determine status after the request permission
39+
/// - Parameter manager: Location manager
3840
public func locationManagerDidChangeAuthorization(_ manager: CLLocationManager) {
3941
status = manager.authorizationStatus
4042

0 commit comments

Comments
 (0)