Temp remove fade animation.
Bug: 129421279 Change-Id: I7c1a9906ea9dbf888c0f156cc21d10109d92e85d
This commit is contained in:
parent
75949941b9
commit
83fb1b0ed8
|
@ -434,6 +434,8 @@ public class FloatingIconView extends View implements Animator.AnimatorListener,
|
||||||
fade.play(ObjectAnimator.ofFloat(originalView, ALPHA, 0f, 1f));
|
fade.play(ObjectAnimator.ofFloat(originalView, ALPHA, 0f, 1f));
|
||||||
}
|
}
|
||||||
fade.start();
|
fade.start();
|
||||||
|
// TODO: Do not run fade animation until we fix b/129421279.
|
||||||
|
fade.end();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return view;
|
return view;
|
||||||
|
|
Loading…
Reference in New Issue