mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Reset touch state when removing all tasks in RecentsView.applyLoadPlan
Fix: 223245248 Test: com.android.quickstep.FallbackRecentsTest#goToOverviewFromHome Change-Id: I1cc8952e077b9cc79a93d909b80e215e61e8deab
This commit is contained in:
@@ -1441,7 +1441,7 @@ public abstract class PagedView<T extends View & PageIndicator> extends ViewGrou
|
||||
return Math.abs(velocity) > threshold;
|
||||
}
|
||||
|
||||
private void resetTouchState() {
|
||||
protected void resetTouchState() {
|
||||
releaseVelocityTracker();
|
||||
mIsBeingDragged = false;
|
||||
mActivePointerId = INVALID_POINTER;
|
||||
|
||||
Reference in New Issue
Block a user