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

Commit 193259d4 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Manually jump ripples when preemptively aborting RT animation" into mnc-dev

parents 81f2992f c3b68dff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -233,6 +233,10 @@ abstract class RippleComponent {

        if (mHasPendingHardwareAnimator) {
            mHasPendingHardwareAnimator = false;

            // Manually jump values to their exited state. Normally we'd do that
            // later when starting the hardware exit, but we're aborting early.
            jumpValuesToExit();
        }
    }