Merge "[Bouncer] Hide status icons in bouncer." into tm-dev

This commit is contained in:
Aaron Liu
2022-05-09 15:22:26 +00:00
committed by Android (Google) Code Review

View File

@@ -3210,6 +3210,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) {