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

Commit 0308d9a8 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Fixing wrong tag usage

Change-Id: I4cb0084a89cc079383d666ad1c5711d96ea81ebe
parent 092e1962
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -288,7 +288,7 @@ public class AppWidgetProviderInfo implements Parcelable {
     * @param context Context for accessing resources.
     * @param context Context for accessing resources.
     * @param density The optional desired density as per
     * @param density The optional desired density as per
     *         {@link android.util.DisplayMetrics#densityDpi}.
     *         {@link android.util.DisplayMetrics#densityDpi}.
     * @return The widget preview image or {@null} if preview image is not available.
     * @return The widget preview image or null if preview image is not available.
     */
     */
    public final Drawable loadPreviewImage(@NonNull Context context, int density) {
    public final Drawable loadPreviewImage(@NonNull Context context, int density) {
        return loadDrawable(context, density, previewImage, false);
        return loadDrawable(context, density, previewImage, false);