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

Commit c3df03f8 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: Ifd324519350b2aaac9debbf7c89338af8e139a42
parents 5d0c692f 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;