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

Commit d7c58462 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed a bug where notifications were not updated inplace"

parents 47ef9c1a a6a6f03c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {