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

Commit 71d87639 authored by Dan Sandler's avatar Dan Sandler Committed by Daniel Sandler
Browse files

DO NOT MERGE: Reduce re-ranking

A small subset of the improvements in change I2ea746c3.

Bug: 62827235
Test: runtest systemui-notification
Change-Id: I5cd399b5a66e5b849cf88eb2287f7619e1094c0d
parent 6583c37a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -58,6 +58,10 @@ public class NotificationIntrusivenessExtractor implements NotificationSignalExt
            }
        }

        if (!record.isRecentlyIntrusive()) {
            return null;
        }

        return new RankingReconsideration(record.getKey(), HANG_TIME_MS) {
            @Override
            public void work() {