Skip to content

Commit 4bd27ed

Browse files
committed
Fix #382
1 parent 5d7d1fb commit 4bd27ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/reactnativecommunity/rnpermissions/RNPermissionsModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private WritableMap internalCheckNotifications() {
9595
if (enabled) {
9696
map.putString("status", "granted");
9797
} else {
98-
map.putString("status", "denied");
98+
map.putString("status", "blocked");
9999
}
100100

101101
map.putMap("settings", settings);

0 commit comments

Comments
 (0)