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

Commit e82a54ae authored by Chet Haase's avatar Chet Haase Committed by Android (Google) Code Review
Browse files

Merge "Fix bug with transform Animations"

parents 4513bc0f bcbec0cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11473,7 +11473,7 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal
                    if (concatMatrix) {
                        // Undo the scroll translation, apply the transformation matrix,
                        // then redo the scroll translate to get the correct result.
                        if (!hasDisplayList) {
                        if (!useDisplayListProperties) {
                            canvas.translate(-transX, -transY);
                            canvas.concat(transformToApply.getMatrix());
                            canvas.translate(transX, transY);