Skip to content

Commit ac7bd3d

Browse files
fix/remove comment
1 parent 8fd3bde commit ac7bd3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/local-notifications.android.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export class LocalNotificationsImpl extends LocalNotificationsCommon implements
7878
hasPermission(): Promise<boolean> {
7979
return new Promise((resolve, reject) => {
8080
try {
81-
// nothing to do on this platform
8281
const context = utils.ad.getApplicationContext();
8382
const hasPermission = NotificationManagerCompatPackageName.NotificationManagerCompat.from(context).areNotificationsEnabled();
8483
resolve(hasPermission);

0 commit comments

Comments
 (0)