[Bouncer] Hide status icons in bouncer.
In large screen devices, when we open the shade from Lockscreen and close it, the bouncer will permanently show the status bar. This is because we are setting an explicit alpha in split shade mode in LockscreenShadeKeyguardTransitionController; however we do not reset this when the shade is dismissed. Bug: 231460495 Test: Manual on large screen device Change-Id: I2073f52475b3d716bacf01880be1f59e16873500
This commit is contained in:
@@ -3197,6 +3197,8 @@ public class NotificationPanelViewController extends PanelViewController {
|
||||
updateTrackingHeadsUp(null);
|
||||
mExpandingFromHeadsUp = false;
|
||||
setPanelScrimMinFraction(0.0f);
|
||||
// Reset status bar alpha so alpha can be calculated upon updating view state.
|
||||
setKeyguardStatusBarAlpha(-1f);
|
||||
}
|
||||
|
||||
private void updateTrackingHeadsUp(@Nullable ExpandableNotificationRow pickedChild) {
|
||||
|
||||
Reference in New Issue
Block a user