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

Commit 595fdd7d authored by Vladislav Kaznacheev's avatar Vladislav Kaznacheev Committed by android-build-merger
Browse files

Merge "Javadoc fix for View.setTooltipText" into oc-dev

am: 5219a85e

Change-Id: Id6a4d111411ea8e44cbc7865fc5a26f9b0c1bb31
parents 24e1ad40 5219a85e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25523,7 +25523,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     * <p>
     * The tooltip will be displayed:
     * <ul>
     * <li>On long click, unless is not handled otherwise (by OnLongClickListener or a context
     * <li>On long click, unless it is handled otherwise (by OnLongClickListener or a context
     * menu). </li>
     * <li>On hover, after a brief delay since the pointer has stopped moving </li>
     * </ul>