reload icons upon reset

This commit is contained in:
MrSluffy
2025-01-03 08:14:08 +08:00
parent bd119f5b4b
commit 24ba4752ce
@@ -68,6 +68,7 @@ fun SelectIconPreference(componentKey: ComponentKey) {
it.setResult(Activity.RESULT_OK)
it.finish()
model.onAppIconChanged(componentKey.componentName.packageName, componentKey.user)
LauncherAppState.INSTANCE.get(context).reloadIcons()
}
}
},