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

Commit 8ac5321a 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

am: 595fdd7d

Change-Id: I40654a7e3c9d3f35fecb727cb9669a67f6910415
parents 7a415118 595fdd7d
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>