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

Commit 2719dcbe authored by Android Build Merger (Role)'s avatar Android Build Merger (Role)
Browse files

[automerger] Merge "Keeping the lockdown state in sync with the notification...

[automerger] Merge "Keeping the lockdown state in sync with the notification list" into pi-dev am: 1d207b3a am: c3df03f8

Change-Id: I693e84269da5835dd072a7a29e62c00c4c909f9a
parents 6006f76a c3df03f8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -609,6 +609,12 @@ public class StatusBar extends SystemUI implements DemoMode,
                        maybeEscalateHeadsUp();
                    }
                }

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

    private NavigationBarFragment mNavigationBar;