Skip to content

Commit 1e723ad

Browse files
Update ios/Plugin/ContactsPlugin.swift
Co-authored-by: Robin Genz <[email protected]>
1 parent a43ece7 commit 1e723ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/Plugin/ContactsPlugin.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class ContactsPlugin: CAPPlugin, CNContactPickerDelegate {
2727
case .restricted, .denied:
2828
permissionState = "denied"
2929
case .authorized, .limited:
30-
permissionState = "granted_limited"
30+
permissionState = "limited"
3131
@unknown default:
3232
permissionState = "prompt"
3333
}

0 commit comments

Comments
 (0)