summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Lais Andrade <lsandrade@google.com> 2020-08-05 08:18:38 +0000
committer Lais Andrade <lsandrade@google.com> 2020-08-05 08:20:08 +0000
commit50ef151f8bbb9c21a237deb3e8f5ca064297fcf6 (patch)
tree7f8559350887ea0e10b707e43ddff47b5849535a
parent5063505fab8d1eb986cf59851289a387114e49cc (diff)
Fix typo on View.verifyDrawable method javadoc
Fix: b/157335615 Test: N/A, only changing documentation Change-Id: I30f869bdaac5fb6b87ea56a4416e619b46565113
-rw-r--r--core/java/android/view/View.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java
index b01e45627eb5..f573598baf1d 100644
--- a/core/java/android/view/View.java
+++ b/core/java/android/view/View.java
@@ -22858,7 +22858,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
* displaying, else return the result of calling through to the
* super class.
*
- * @return boolean If true than the Drawable is being displayed in the
+ * @return boolean If true then the Drawable is being displayed in the
* view; else false and it is not allowed to animate.
*
* @see #unscheduleDrawable(android.graphics.drawable.Drawable)