Merge "Apply last report config to updateDisabledForQuickstep" into tm-qpr-dev am: fc4b1f53d8 am: e1fe2cf7ab

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19273071

Change-Id: Ife126817d8b4eb25ee5acd09f5d000a7a589193b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-07-14 07:19:02 +00:00
committed by Automerger Merge Worker

View File

@@ -132,7 +132,7 @@ public class EdgeBackGestureHandler extends CurrentUserTracker
@Override
public void onPrioritizedRotation(@Surface.Rotation int rotation) {
mStartingQuickstepRotation = rotation;
updateDisabledForQuickstep(mContext.getResources().getConfiguration());
updateDisabledForQuickstep(mLastReportedConfig);
}
};