Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -589,7 +589,7 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb public void reset(boolean hideBouncerWhenShowing) { if (mShowing) { // Hide quick settings. mNotificationPanelViewController.resetViews(/* animate= */ true); mNotificationPanelViewController.resetViews(/* animate= */ !mOccluded); // Hide bouncer and quick-quick settings. if (mOccluded && !mDozing) { mCentralSurfaces.hideKeyguard(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -589,7 +589,7 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb public void reset(boolean hideBouncerWhenShowing) { if (mShowing) { // Hide quick settings. mNotificationPanelViewController.resetViews(/* animate= */ true); mNotificationPanelViewController.resetViews(/* animate= */ !mOccluded); // Hide bouncer and quick-quick settings. if (mOccluded && !mDozing) { mCentralSurfaces.hideKeyguard(); Loading