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

Commit 1d207b3a authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Keeping the lockdown state in sync with the notification list" into pi-dev

parents b2dac061 ddb7b47d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -607,6 +607,12 @@ public class StatusBar extends SystemUI implements DemoMode,
                        maybeEscalateHeadsUp();
                    }
                }

                @Override
                public void onStrongAuthStateChanged(int userId) {
                    super.onStrongAuthStateChanged(userId);
                    mEntryManager.updateNotifications();
                }
            };

    private NavigationBarFragment mNavigationBar;