Temp remove fade animation.

Bug: 129421279
Change-Id: I7c1a9906ea9dbf888c0f156cc21d10109d92e85d
This commit is contained in:
Jon Miranda 2019-03-27 14:09:56 -07:00
parent 75949941b9
commit 83fb1b0ed8
1 changed files with 2 additions and 0 deletions

View File

@ -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;