Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6275e27 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixes quickstep swipe up animation being stuck"

parents e6e19a51 db8506a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -300,7 +300,7 @@ public class NavigationBarView extends FrameLayout implements PluginListener<Nav
                }
            }
        }
        return mRecentsAnimationStarted || mGestureHelper.onInterceptTouchEvent(event);
        return mGestureHelper.onInterceptTouchEvent(event) || mRecentsAnimationStarted;
    }

    public void abortCurrentGesture() {