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

Commit 8e649556 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

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

am: 1d207b3a

Change-Id: I0ee8ca85bb234e86bbaba0ec7e983861b03546eb
parents d118c2b4 1d207b3a
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;