From 50ef151f8bbb9c21a237deb3e8f5ca064297fcf6 Mon Sep 17 00:00:00 2001 From: Lais Andrade Date: Wed, 5 Aug 2020 08:18:38 +0000 Subject: Fix typo on View.verifyDrawable method javadoc Fix: b/157335615 Test: N/A, only changing documentation Change-Id: I30f869bdaac5fb6b87ea56a4416e619b46565113 --- core/java/android/view/View.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-59-g8ed1b