mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
fix everything
This commit is contained in:
@@ -342,7 +342,7 @@ public class NotificationListener extends NotificationListenerService {
|
||||
muteAction.type = NotificationSpec.Action.TYPE_SYNTECTIC_MUTE;
|
||||
notificationSpec.attachedActions.add(muteAction);
|
||||
|
||||
mNotificationHandleLookup.add(notificationSpec.getId(), sbn.getId()); // for both DISMISS and OPEN
|
||||
mNotificationHandleLookup.add(notificationSpec.getId(), sbn.getPostTime()); // for both DISMISS and OPEN
|
||||
//getPostTime()); // for both DISMISS and OPEN
|
||||
mPackageLookup.add(notificationSpec.getId(), sbn.getPackageName()); // for MUTE
|
||||
|
||||
|
Reference in New Issue
Block a user