Skip to content

Commit 8fd3bde

Browse files
fix/lint#3
1 parent 75f7293 commit 8fd3bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/local-notifications.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class LocalNotificationsImpl extends LocalNotificationsCommon implements
8080
try {
8181
// nothing to do on this platform
8282
const context = utils.ad.getApplicationContext();
83-
const hasPermission=NotificationManagerCompatPackageName.NotificationManagerCompat.from(context).areNotificationsEnabled();
83+
const hasPermission = NotificationManagerCompatPackageName.NotificationManagerCompat.from(context).areNotificationsEnabled();
8484
resolve(hasPermission);
8585
} catch (ex) {
8686
console.log("Error in LocalNotifications.hasPermission: " + ex);

0 commit comments

Comments
 (0)