full reload after changing icon style

should fix GH-1686
This commit is contained in:
Helium314 2025-06-09 16:05:41 +02:00
parent af5c41c83c
commit 52744b7427

View file

@ -110,6 +110,7 @@ fun createAppearanceSettings(context: Context) = listOf(
prefs.edit().remove(Settings.PREF_THEME_COLORS_NIGHT).apply()
}
KeyboardIconsSet.needsReload = true // only relevant for Settings.PREF_CUSTOM_ICON_NAMES
KeyboardSwitcher.getInstance().setThemeNeedsReload()
}
},
Setting(context, Settings.PREF_ICON_STYLE, R.string.icon_style) { setting ->