Merge "Fix typo on View.verifyDrawable method javadoc" am: efd27a83f5

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1386078

Change-Id: I8153c4050fc5de3a1d206d030ebaddb9ff748a7b
This commit is contained in:
Lais Andrade
2020-08-05 12:08:03 +00:00
committed by Automerger Merge Worker

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)