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

Commit dad6b3de authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

Merge "Fix predictive back animations jump at beginning" into main

parents e300f6a3 f3900f1b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -114,7 +114,6 @@ public class BackProgressAnimator {
     *                 dispatches as the progress animation updates.
     */
    public void onBackStarted(BackMotionEvent event, ProgressCallback callback) {
        reset();
        mLastBackEvent = event;
        mCallback = callback;
        mBackAnimationInProgress = true;