mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 07:46:55 +00:00
Merge "[Launcher] App grid support for reset (1/4)." into tm-qpr-dev
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user