We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f7293 commit 8fd3bdeCopy full SHA for 8fd3bde
src/local-notifications.android.ts
@@ -80,7 +80,7 @@ export class LocalNotificationsImpl extends LocalNotificationsCommon implements
80
try {
81
// nothing to do on this platform
82
const context = utils.ad.getApplicationContext();
83
- const hasPermission=NotificationManagerCompatPackageName.NotificationManagerCompat.from(context).areNotificationsEnabled();
+ const hasPermission = NotificationManagerCompatPackageName.NotificationManagerCompat.from(context).areNotificationsEnabled();
84
resolve(hasPermission);
85
} catch (ex) {
86
console.log("Error in LocalNotifications.hasPermission: " + ex);
0 commit comments