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

Bug: 15131411
Change-Id: If6a149a04b34b63052797bbadb3a6fde18c675cd
This commit is contained in:
Christoph Studer
2014-05-26 23:21:16 +02:00
parent 1cc3e2e7a0
commit e35896885e

View File

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