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

Commit 5e326073 authored by Santos Cordon's avatar Santos Cordon Committed by Android (Google) Code Review
Browse files

Merge "Fixing wrong tag usage" into lmp-dev

parents c13ff2e4 0308d9a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ public class AppWidgetProviderInfo implements Parcelable {
     * @param context Context for accessing resources.
     * @param density The optional desired density as per
     *         {@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) {
        return loadDrawable(context, density, previewImage, false);