Skip to content

Commit 37a9c3d

Browse files
committed
correct comments
1 parent e289204 commit 37a9c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ declare module 'react-native-onesignal' {
121121
isPushDisabled : boolean;
122122
isEmailSubscribed : boolean;
123123
isSMSSubscribed : boolean;
124-
hasNotificationPermission ?: boolean; // ios only
124+
hasNotificationPermission ?: boolean; // is areNotificationsEnabled on android
125125
notificationPermissionStatus ?: IosPermissionStatus; // ios only
126126
// areNotificationsEnabled (android) not included since it is converted to hasNotificationPermission in bridge
127127
}

0 commit comments

Comments
 (0)