Fix typo on View.verifyDrawable method javadoc

Fix: b/157335615
Test: N/A, only changing documentation
Change-Id: I30f869bdaac5fb6b87ea56a4416e619b46565113
This commit is contained in:
Lais Andrade
2020-08-05 08:18:38 +00:00
parent 5063505fab
commit 50ef151f8b

View File

@@ -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)