Loading packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +1 −1 Original line number Diff line number Diff line Loading @@ -2092,7 +2092,7 @@ public abstract class BaseStatusBar extends SystemUI implements Notification n = notification.getNotification(); mNotificationData.updateRanking(ranking); boolean applyInPlace = !entry.cacheContentViews(mContext, notification.getNotification()); boolean applyInPlace = entry.cacheContentViews(mContext, notification.getNotification()); boolean shouldInterrupt = shouldInterrupt(entry, notification); boolean alertAgain = alertAgain(entry, n); if (DEBUG) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +1 −1 Original line number Diff line number Diff line Loading @@ -2092,7 +2092,7 @@ public abstract class BaseStatusBar extends SystemUI implements Notification n = notification.getNotification(); mNotificationData.updateRanking(ranking); boolean applyInPlace = !entry.cacheContentViews(mContext, notification.getNotification()); boolean applyInPlace = entry.cacheContentViews(mContext, notification.getNotification()); boolean shouldInterrupt = shouldInterrupt(entry, notification); boolean alertAgain = alertAgain(entry, n); if (DEBUG) { Loading