Merge "Don't recreate touch controllers when ending gesture" into sc-v2-dev
This commit is contained in:
commit
42fe934768
|
@ -1865,7 +1865,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);
|
||||
|
|
Loading…
Reference in New Issue