mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Update launcher preview icons on themed icon update
Flag: NA Bug: 300257098 Test: manually verified Change-Id: Ic34cdce3021d8fcc97c153671bd1f05013933b6d
This commit is contained in:
@@ -169,6 +169,9 @@ public class GridCustomizationsProvider extends ContentProvider {
|
||||
LauncherPrefs.get(getContext())
|
||||
.put(THEMED_ICONS, values.getAsBoolean(BOOLEAN_VALUE));
|
||||
getContext().getContentResolver().notifyChange(uri, null);
|
||||
mActivePreviews.values().forEach(observer ->
|
||||
observer.renderer.refreshIcons()
|
||||
);
|
||||
return 1;
|
||||
}
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user