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

This commit is contained in:
Selim Cinek
2018-06-12 18:04:01 +00:00
committed by Android (Google) Code Review

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;