Missing char fix

This commit is contained in:
Oizaro 2020-09-18 22:29:10 +02:00 committed by GitHub
parent 7d760440ea
commit 7d6f3d1dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class StatusNotification {
if (!NotificationManagerCompat.from(context.getApplicationContext()).areNotificationsEnabled()) {
resetNotification = true;
} else {
if (notificationExists)
if (notificationExists) {
if (resetNotification) {
destroyNotification(context);
resetNotification = false;