diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents/NotificationListener.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents/NotificationListener.java index 38a160781..5d9013235 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents/NotificationListener.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents/NotificationListener.java @@ -295,7 +295,7 @@ public class NotificationListener extends NotificationListenerService { } } - String source = sbn.getPackageName().toLowerCase(); + String source = sbn.getPackageName(); Notification notification = sbn.getNotification(); Long notificationOldRepeatPreventionValue = notificationOldRepeatPrevention.get(source);