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

Commit b341df44 authored by Michael Jurka's avatar Michael Jurka Committed by Android (Google) Code Review
Browse files

Merge "Fixed bug with reverseTransition"

parents 69b43587 65e29327
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ public class TransitionDrawable extends LayerDrawable implements Drawable.Callba
        final long time = SystemClock.uptimeMillis();
        // Animation is over
        if (time - mStartTimeMillis > mDuration) {
            if (mAlpha == 0) {
            if (mTo == 0) {
                mFrom = 0;
                mTo = 255;
                mAlpha = 0;