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

Commit b6f64060 authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

Merge "Fix clipping not being activated on children in groups" into nyc-dev

parents 39e8022a f229d406
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -463,10 +463,8 @@ public class TransformState {
        mTransformedView.animate().cancel();
        mTransformedView.setVisibility(visible ? View.VISIBLE : View.INVISIBLE);
        mTransformedView.setAlpha(visible ? 1.0f : 0.0f);
        if (visible) {
        resetTransformedView();
    }
    }

    public void prepareFadeIn() {
        resetTransformedView();