Merge "Hide EmptyShadeView when on bouncer" into udc-dev
This commit is contained in:
@@ -2809,6 +2809,7 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump
|
||||
@Override
|
||||
public void setBouncerShowing(boolean bouncerShowing) {
|
||||
mBouncerShowing = bouncerShowing;
|
||||
mNotificationStackScrollLayoutController.updateShowEmptyShadeView();
|
||||
updateVisibility();
|
||||
}
|
||||
|
||||
|
||||
@@ -1235,7 +1235,8 @@ public class NotificationStackScrollLayoutController {
|
||||
// Hide empty shade view when in transition to Keyguard.
|
||||
// That avoids "No Notifications" to blink when transitioning to AOD.
|
||||
// For more details, see: b/228790482
|
||||
&& !isInTransitionToKeyguard();
|
||||
&& !isInTransitionToKeyguard()
|
||||
&& !mCentralSurfaces.isBouncerShowing();
|
||||
|
||||
mView.updateEmptyShadeView(shouldShow, mZenModeController.areNotificationsHiddenInShade());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user