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

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

Merge "Fix fling back behaviour for CrossTaskBackAnimation" into main

parents 41ab0650 ff369219
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@ public class BackProgressAnimator {
        mLastBackEvent = event;
        mCallback = callback;
        mBackAnimationInProgress = true;
        updateProgressValue(0);
    }

    /**