Don't recreate touch controllers when ending gesture am: 0b3b2921c3
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15522688 Change-Id: I889ef533eebca7eb091661df526cc604ccba206b
This commit is contained in:
@@ -1775,7 +1775,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
|
||||
public void onGestureAnimationEnd() {
|
||||
mGestureActive = false;
|
||||
if (mOrientationState.setGestureActive(false)) {
|
||||
updateOrientationHandler();
|
||||
updateOrientationHandler(/* forceRecreateDragLayerControllers = */ false);
|
||||
}
|
||||
|
||||
setEnableFreeScroll(true);
|
||||
|
||||
Reference in New Issue
Block a user