diff options
| -rw-r--r-- | core/java/android/view/View.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 884283dee789..b12a7676dd7f 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -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> |