Loading InCallUI/src/com/android/incallui/CallCardFragment.java +3 −0 Original line number Diff line number Diff line Loading @@ -1336,6 +1336,9 @@ public class CallCardFragment extends BaseFragment<CallCardPresenter, CallCardPr setViewStatePostAnimation(listener); mIsAnimating = false; InCallPresenter.getInstance().onShrinkAnimationComplete(); if (animator != null) { animator.removeListener(this); } } }); animator.start(); Loading Loading
InCallUI/src/com/android/incallui/CallCardFragment.java +3 −0 Original line number Diff line number Diff line Loading @@ -1336,6 +1336,9 @@ public class CallCardFragment extends BaseFragment<CallCardPresenter, CallCardPr setViewStatePostAnimation(listener); mIsAnimating = false; InCallPresenter.getInstance().onShrinkAnimationComplete(); if (animator != null) { animator.removeListener(this); } } }); animator.start(); Loading