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

Commit f74882d9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix TaskView scale being 0" into ub-launcher3-master

parents 5996842f 85c8c467
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -432,6 +432,7 @@ public class TaskView extends FrameLayout implements PageCallbacks, Reusable {
    }

    private void resetViewTransforms() {
        setCurveScale(1);
        setZoomScale(1);
        setTranslationX(0f);
        setTranslationY(0f);