mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-19 21:59:11 +00:00
fix edited subtypes not showing up when they weren't enabled
This commit is contained in:
parent
912ba45d5e
commit
fa9ac20d39
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ object SubtypeUtilsAdditional {
|
|||
SubtypeSettings.removeEnabledSubtype(context, fromSubtype)
|
||||
SubtypeSettings.addEnabledSubtype(prefs, toSubtype)
|
||||
}
|
||||
if (!isEnabled && !isSelected)
|
||||
SubtypeSettings.reloadEnabledSubtypes(context)
|
||||
}
|
||||
|
||||
fun createAdditionalSubtypes(prefSubtypes: String): List<InputMethodSubtype> {
|
||||
|
|
Loading…
Add table
Reference in a new issue