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

Commit dfd1bdbc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update notif ranking on consolidated policy change" into rvc-qpr-dev

parents d04eb377 f0c57b71
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1938,6 +1938,13 @@ public class NotificationManagerService extends SystemService {
                });
            }

            @Override
            void onConsolidatedPolicyChanged() {
                Binder.withCleanCallingIdentity(() -> {
                    mRankingHandler.requestSort();
                });
            }

            @Override
            void onAutomaticRuleStatusChanged(int userId, String pkg, String id, int status) {
                Binder.withCleanCallingIdentity(() -> {