mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Merge "[Launcher] App grid support for reset (1/4)." into tm-qpr-dev am: 7729aa4cc6
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/21467322 Change-Id: I1973c0c5739a88fd1f859e4ca42c87b6bd2aa3c6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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