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

Commit f4744f53 authored by sail's avatar sail Committed by android-build-merger
Browse files

Merge "Fix OOM issue of InCallUI"

am: d5e3de32

Change-Id: Ic1862e5944a9bdc01eea181011d13767f8a44978
parents 4fb68ffa d5e3de32
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -1336,6 +1336,9 @@ public class CallCardFragment extends BaseFragment<CallCardPresenter, CallCardPr
                        setViewStatePostAnimation(listener);
                        setViewStatePostAnimation(listener);
                        mIsAnimating = false;
                        mIsAnimating = false;
                        InCallPresenter.getInstance().onShrinkAnimationComplete();
                        InCallPresenter.getInstance().onShrinkAnimationComplete();
                        if (animator != null) {
                            animator.removeListener(this);
                        }
                    }
                    }
                });
                });
                animator.start();
                animator.start();