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) {
|
public void reset(boolean hideBouncerWhenShowing) {
|
||||||
if (mShowing) {
|
if (mShowing) {
|
||||||
// Hide quick settings.
|
// Hide quick settings.
|
||||||
mNotificationPanelViewController.resetViews(/* animate= */ true);
|
mNotificationPanelViewController.resetViews(/* animate= */ !mOccluded);
|
||||||
// Hide bouncer and quick-quick settings.
|
// Hide bouncer and quick-quick settings.
|
||||||
if (mOccluded && !mDozing) {
|
if (mOccluded && !mDozing) {
|
||||||
mCentralSurfaces.hideKeyguard();
|
mCentralSurfaces.hideKeyguard();
|
||||||
|
|||||||
Reference in New Issue
Block a user