Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fc8732d authored by Lais Andrade's avatar Lais Andrade Committed by Automerger Merge Worker
Browse files

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

Merge "Fix typo on View.verifyDrawable method javadoc" am: efd27a83 am: 8b8c8f10 am: 655eb212 am: 388881b8 am: 0e81d7ec

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

Change-Id: I3dc67195e436645fc62f875e8b9c3f03c565086b
parents 5ab28aa8 0e81d7ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23358,7 +23358,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)