Merge "Keeping the lockdown state in sync with the notification list" into pi-dev
am: 1d207b3af5
Change-Id: I0ee8ca85bb234e86bbaba0ec7e983861b03546eb
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user