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

Commit cd02b48b authored by George Mount's avatar George Mount Committed by Android (Google) Code Review
Browse files

Merge "Set start transform before animator starts." into lmp-dev

parents 35f39b66 dbe3655c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -182,6 +182,7 @@ public class ChangeImageTransform extends Transition {
            if (endMatrix == null) {
                endMatrix = Matrix.IDENTITY_MATRIX;
            }
            ANIMATED_TRANSFORM_PROPERTY.set(imageView, startMatrix);
            animator = createMatrixAnimator(imageView, startMatrix, endMatrix);
        }
        return animator;