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

Commit cfe118df authored by Prabir Pradhan's avatar Prabir Pradhan Committed by Android (Google) Code Review
Browse files

Merge "View: Remove tooltip callbacks when detached from window" into udc-qpr-dev

parents 25002046 1011779d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21821,6 +21821,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
        mCurrentAnimation = null;
        if ((mViewFlags & TOOLTIP) == TOOLTIP) {
            removeCallbacks(mTooltipInfo.mShowTooltipRunnable);
            removeCallbacks(mTooltipInfo.mHideTooltipRunnable);
            hideTooltip();
        }