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

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

Merge "Fix old issue with compatibility-scaled apps and Animations"

parents bbbf6b9c 53f2d557
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2661,8 +2661,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
                child.onAnimationStart();
            }

            more = a.getTransformation(drawingTime, mChildTransformation,
                    scalingRequired ? mAttachInfo.mApplicationScale : 1f);
            more = a.getTransformation(drawingTime, mChildTransformation, 1f);
            if (scalingRequired && mAttachInfo.mApplicationScale != 1f) {
                if (mInvalidationTransformation == null) {
                    mInvalidationTransformation = new Transformation();