Loading quickstep/src/com/android/quickstep/views/RecentsView.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
quickstep/src/com/android/quickstep/views/RecentsView.java +1 −1 Original line number Diff line number Diff line Loading @@ -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