mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-03 13:14:46 +00:00
fix newly added layout file not loaded
This commit is contained in:
parent
753e5fa6a2
commit
5d0341195e
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ class LanguageSettingsDialog(
|
|||
}
|
||||
|
||||
private fun addSubtype(name: String) {
|
||||
onCustomLayoutFileListChanged()
|
||||
val newSubtype = AdditionalSubtypeUtils.createEmojiCapableAdditionalSubtype(mainLocale, name, infos.first().subtype.isAsciiCapable)
|
||||
val newSubtypeInfo = newSubtype.toSubtypeInfo(mainLocale, context, true, infos.first().hasDictionary) // enabled by default
|
||||
val displayName = SubtypeLocaleUtils.getKeyboardLayoutSetDisplayName(newSubtype)
|
||||
|
|
Loading…
Add table
Reference in a new issue