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:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user