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

am: 1d207b3af5

Change-Id: I0ee8ca85bb234e86bbaba0ec7e983861b03546eb
This commit is contained in:
Selim Cinek
2018-06-12 11:19:08 -07:00
committed by android-build-merger

View File

@@ -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;