mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-21 14:49:10 +00:00
clear keyboard cache when needed
This commit is contained in:
parent
2d38cf0805
commit
4eadaa8965
2 changed files with 1 additions and 1 deletions
|
@ -1983,6 +1983,7 @@ public class LatinIME extends InputMethodService implements
|
||||||
private void reloadIfNecessary() {
|
private void reloadIfNecessary() {
|
||||||
// better do the reload when showing the keyboard next time, and not on settings change
|
// better do the reload when showing the keyboard next time, and not on settings change
|
||||||
if (SettingsActivityKt.keyboardNeedsReload) {
|
if (SettingsActivityKt.keyboardNeedsReload) {
|
||||||
|
KeyboardLayoutSet.onKeyboardThemeChanged();
|
||||||
mKeyboardSwitcher.forceUpdateKeyboardTheme(mDisplayContext);
|
mKeyboardSwitcher.forceUpdateKeyboardTheme(mDisplayContext);
|
||||||
SettingsActivityKt.keyboardNeedsReload = false;
|
SettingsActivityKt.keyboardNeedsReload = false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,6 @@ import kotlinx.coroutines.flow.MutableStateFlow
|
||||||
// make all prefs actually work
|
// make all prefs actually work
|
||||||
// appearance
|
// appearance
|
||||||
// click on bg image does nothing when already set (but works after reload)
|
// click on bg image does nothing when already set (but works after reload)
|
||||||
// split spacer scale setting does not reload?
|
|
||||||
// narrow key gaps setting is not changing properly?
|
// narrow key gaps setting is not changing properly?
|
||||||
// custom font loading not implemented
|
// custom font loading not implemented
|
||||||
// have large bg image, and first-time load the keyboard on new search field -> bg image expands full size
|
// have large bg image, and first-time load the keyboard on new search field -> bg image expands full size
|
||||||
|
|
Loading…
Add table
Reference in a new issue