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

Commit b7ecfc1d authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Change master to match tm-qpr-dev"

parents 7b9df031 e6aa73b5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ public class NotificationLockscreenUserManagerImpl implements
                updateLockscreenNotificationSetting();
                getEntryManager().updateNotifications("ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED");
                // TODO(b/231976036): Consolidate pipeline invalidations related to this event
                notifyNotificationStateChanged();
                // notifyNotificationStateChanged();
            }
        }
    };
@@ -271,7 +271,7 @@ public class NotificationLockscreenUserManagerImpl implements
                    getEntryManager().updateNotifications("LOCK_SCREEN_ALLOW_REMOTE_INPUT"
                            + " or ZEN_MODE change");
                    // TODO(b/231976036): Consolidate pipeline invalidations related to this event
                    notifyNotificationStateChanged();
                    // notifyNotificationStateChanged();
                }
            }
        };
@@ -660,7 +660,7 @@ public class NotificationLockscreenUserManagerImpl implements
        }
        getEntryManager().updateNotifications("NotificationLockscreenUserManager.updatePublicMode");
        // TODO(b/234738798): Migrate KeyguardNotificationVisibilityProvider to use this listener
        notifyNotificationStateChanged();
        // notifyNotificationStateChanged();
    }

    @Override