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

Commit e9289216 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 main am: 3a19a613

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