Merge "Fix clipping not being activated on children in groups" into nyc-dev
This commit is contained in:
@@ -463,9 +463,7 @@ public class TransformState {
|
||||
mTransformedView.animate().cancel();
|
||||
mTransformedView.setVisibility(visible ? View.VISIBLE : View.INVISIBLE);
|
||||
mTransformedView.setAlpha(visible ? 1.0f : 0.0f);
|
||||
if (visible) {
|
||||
resetTransformedView();
|
||||
}
|
||||
resetTransformedView();
|
||||
}
|
||||
|
||||
public void prepareFadeIn() {
|
||||
|
||||
Reference in New Issue
Block a user