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

Commit d5e3de32 authored by sail's avatar sail Committed by Gerrit Code Review
Browse files

Merge "Fix OOM issue of InCallUI"

parents d1be0b93 0c101baa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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();