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

Commit b65cbb0d authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7435440 from 310824f4 to sc-release

Change-Id: I1312684ac020e1088a00ea8885d7cbcf2cc38611
parents 772e675f 310824f4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -30,8 +30,6 @@ import com.android.customization.model.ResourceConstants;
import com.android.wallpaper.R;
import com.android.wallpaper.util.PreviewUtils;

import com.bumptech.glide.Glide;

import java.util.ArrayList;
import java.util.List;

@@ -99,7 +97,6 @@ public class LauncherGridOptionsProvider {
                mOptions.add(new GridOption(title, name, isSet, rows, cols,
                        mPreviewUtils.getUri(PREVIEW), previewCount, iconPath));
            }
            Glide.get(mContext).clearDiskCache();
        } catch (Exception e) {
            mOptions = null;
        }
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ public class ThemedIconSwitchProvider {
    }

    @WorkerThread
    protected boolean fetchThemedIconEnabled() {
    public boolean fetchThemedIconEnabled() {
        ContentResolver contentResolver = mContext.getContentResolver();
        try (Cursor cursor = contentResolver.query(
                mThemedIconUtils.getUriForPath(ICON_THEMED), /* projection= */