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

Commit e4049b6d authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am f45e5dbf: Merge "NoMan: Initialize filter value reported to listeners." into lmp-mr1-dev

* commit 'f45e5dbf':
  NoMan: Initialize filter value reported to listeners.
parents b1e80278 f45e5dbf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -931,6 +931,7 @@ public class NotificationManagerService extends SystemService {
            mDisableNotificationEffects = true;
        }
        mZenModeHelper.readZenModeFromSetting();
        mInterruptionFilter = mZenModeHelper.getZenModeListenerInterruptionFilter();

        mUserProfiles.updateCache(getContext());
        listenForCallState();
@@ -1671,6 +1672,7 @@ public class NotificationManagerService extends SystemService {

            if (filter == null || zenOnly) {
                pw.println("\n  Zen Mode:");
                pw.print("    mInterruptionFilter="); pw.println(mInterruptionFilter);
                mZenModeHelper.dump(pw, "    ");

                pw.println("\n  Zen Log:");