Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3589688 authored by Christoph Studer's avatar Christoph Studer
Browse files

SysUI: Fix bug where ZEN'd notification wasn't updated

Bug: 15131411
Change-Id: If6a149a04b34b63052797bbadb3a6fde18c675cd
parent 1cc3e2e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1102,8 +1102,8 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
    }

    @Override
    public void updateNotification(StatusBarNotification notification) {
        super.updateNotification(notification);
    public void updateNotificationInternal(StatusBarNotification notification, Ranking ranking) {
        super.updateNotificationInternal(notification, ranking);
        mIntercepted.update(notification);
    }