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

Commit 680f73bf authored by Mady Mellor's avatar Mady Mellor Committed by android-build-merger
Browse files

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

am: b6f64060

* commit 'b6f64060':
  Fix clipping not being activated on children in groups

Change-Id: I9bb55c13928be62641884d1381baf984c43acac6
parents 1d4f1cda b6f64060
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();