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

Commit b1af856f authored by Prabir Pradhan's avatar Prabir Pradhan Committed by Automerger Merge Worker
Browse files

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

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