Loading src/com/android/customization/model/grid/LauncherGridOptionsProvider.java +0 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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; } Loading src/com/android/customization/model/themedicon/ThemedIconSwitchProvider.java +1 −1 Original line number Diff line number Diff line Loading @@ -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= */ Loading Loading
src/com/android/customization/model/grid/LauncherGridOptionsProvider.java +0 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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; } Loading
src/com/android/customization/model/themedicon/ThemedIconSwitchProvider.java +1 −1 Original line number Diff line number Diff line Loading @@ -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= */ Loading