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

Commit ef1d9cac authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am 193259d4: Merge "Manually jump ripples when preemptively aborting RT animation" into mnc-dev

* commit '193259d4':
  Manually jump ripples when preemptively aborting RT animation
parents 80160c1a 193259d4
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();
        }
    }