Skip to content

Commit

Permalink
Fix visibility of areNotificationsEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
dpalou committed Apr 20, 2023
1 parent bc23b92 commit 9b5b10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/notification/Manager.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static Manager getInstance(Context context) {
/**
* Ask if user has enabled permission for local notifications.
*/
private boolean areNotificationsEnabled () {
public boolean areNotificationsEnabled () {
return getNotCompMgr().areNotificationsEnabled();
}

Expand Down

0 comments on commit 9b5b10d

Please sign in to comment.