diff options
| author | 2017-04-03 20:55:11 +0000 | |
|---|---|---|
| committer | 2017-04-03 20:55:15 +0000 | |
| commit | 5219a85eaae35c89bbf10fd56f30e22e828554bd (patch) | |
| tree | ae831400527fbdbb71bc1459d60182dab9dfa6eb | |
| parent | dcc792a13feeb6c79d8740c1fcb875fbeb76b4bc (diff) | |
| parent | 671a9701c92428573cbf1e8016c91993246c77fb (diff) | |
Merge "Javadoc fix for View.setTooltipText" into oc-dev
| -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> |