SysUI: Fix bug where ZEN'd notification wasn't updated
Bug: 15131411 Change-Id: If6a149a04b34b63052797bbadb3a6fde18c675cd
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user