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

Commit 4bbe0181 authored by Narayan Kamath's avatar Narayan Kamath
Browse files

Fix build.

Broken @link tag in javadoc.

Change-Id: I1452d858eb46c9184903a0110ae645e949db4230
parent e9db8f8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ public class ImageView extends View {
     *
     * <p class="note">Depending on the Icon type, this may do Bitmap reading and decoding
     * on the UI thread, which can cause UI jank.  If that's a concern, consider using
     * {@link Icon#loadDrawableAsync(Context, Handler, Icon.OnDrawableLoadedListener)}
     * {@link Icon#loadDrawableAsync(Context, Icon.OnDrawableLoadedListener, Handler)}
     * and then {@link #setImageDrawable(android.graphics.drawable.Drawable)} instead.</p>
     *
     * @param icon an Icon holding the desired image