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

Commit 671a9701 authored by Vladislav Kaznacheev's avatar Vladislav Kaznacheev
Browse files

Javadoc fix for View.setTooltipText

Change "unless is not handled" to "unless it is handled"

Bug: 36668465
Test: read the Javadoc
Change-Id: I432f24e313358b4448aff2ff9de382d4a58652bc
parent 38344ac4
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>