Merge "Apply last report config to updateDisabledForQuickstep" into tm-qpr-dev am: fc4b1f53d8
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19273071 Change-Id: Ic3b364b2b3c79546f22e6e9c0d4133537f2ea4a9 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
|
@Override
|
||||||
public void onPrioritizedRotation(@Surface.Rotation int rotation) {
|
public void onPrioritizedRotation(@Surface.Rotation int rotation) {
|
||||||
mStartingQuickstepRotation = rotation;
|
mStartingQuickstepRotation = rotation;
|
||||||
updateDisabledForQuickstep(mContext.getResources().getConfiguration());
|
updateDisabledForQuickstep(mLastReportedConfig);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user