Fixed a bug with com.Slack's package name being impossible to look up

This commit is contained in:
TaaviE
2020-10-03 16:19:34 +03:00
parent 3636410191
commit 29431a0813

View File

@@ -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);