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

Commit 0543b236 authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

Merge "that works, but can you find a more efficient solution?"

parents 406585a7 19a02b0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2697,8 +2697,8 @@ public class NotificationManagerService extends SystemService {
                visibilities[i] = r.getPackageVisibilityOverride();
                mRankingHelper.extractSignals(r);
            }
            for (int i = 0; i < N; i++) {
            mRankingHelper.sort(mNotificationList);
            for (int i = 0; i < N; i++) {
                final NotificationRecord r = mNotificationList.get(i);
                if (!orderBefore.get(i).equals(r.getKey())
                        || visibilities[i] != r.getPackageVisibilityOverride()) {