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

Commit d20923ba 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: Icf5c68956bb3c261ce27b195426ebd3aefe8b83b
parents e1b1fb17 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();