Merge "Disable notification shade close animation when occluded." into tm-qpr-dev
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user