mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-28 11:49:56 +00:00
full reload after changing icon style
should fix GH-1686
This commit is contained in:
parent
af5c41c83c
commit
52744b7427
1 changed files with 1 additions and 0 deletions
|
@ -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 ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue