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

Commit 3fd95235 authored by Ale Nijamkin's avatar Ale Nijamkin Committed by Automerger Merge Worker
Browse files

Merge "[Launcher] App grid support for reset (1/4)." into tm-qpr-dev am: 7729aa4c am: 48c55e0c

parents ecb787f5 48c55e0c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -138,12 +138,14 @@ public class GridCustomizationsProvider extends ContentProvider {
                }

                idp.setCurrentGrid(getContext(), gridName);
                getContext().getContentResolver().notifyChange(uri, null);
                return 1;
            }
            case ICON_THEMED:
            case SET_ICON_THEMED: {
                LauncherPrefs.get(getContext())
                        .put(THEMED_ICONS, values.getAsBoolean(BOOLEAN_VALUE));
                getContext().getContentResolver().notifyChange(uri, null);
                return 1;
            }
            default: