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

Commit 53d5dbac authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Fix RippleDrawable exit animation"

parents 5145e80e c34f1b09
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ class RippleBackground extends RippleComponent {
        exit.setInterpolator(LINEAR_INTERPOLATOR);
        exit.setDuration(OPACITY_EXIT_DURATION);
        exit.setStartDelay(fastEnterDuration);
        exit.setStartValue(targetAlpha);
        set.add(exit);

        // Linear "fast" enter based on current opacity.