Merge "Disable notification shade close animation when occluded." into tm-qpr-dev am: a6bbdc72ac
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19805316 Change-Id: Ib5adc761cd754140fec7f0a77baef1cb4c0bc65d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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