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

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

Merge "Fix OOM issue of InCallUI" am: d5e3de32 am: f4744f53 am: 0265226b

am: 6a77f5de

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