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

Commit 6a77f5de 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

Change-Id: I494318261aa048881dcd07b98fb2374f95f5f55e
parents cbe0b39a 0265226b
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();