mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-29 02:58:07 +00:00
fix issue with latin layout with additional keys (de_DE, sr-Latn, ...)
This commit is contained in:
parent
d64681c973
commit
3d8c908a49
1 changed files with 1 additions and 1 deletions
|
@ -805,7 +805,7 @@ abstract class KeyboardParser(private val params: KeyboardParams, private val co
|
|||
KeyboardId.ELEMENT_NUMBER -> "number"
|
||||
KeyboardId.ELEMENT_PHONE -> "phone"
|
||||
KeyboardId.ELEMENT_PHONE_SYMBOLS -> "phone_symbols"
|
||||
else -> params.mId.mSubtype.keyboardLayoutSetName
|
||||
else -> params.mId.mSubtype.keyboardLayoutSetName.substringBeforeLast("+")
|
||||
}
|
||||
|
||||
// todo:
|
||||
|
|
Loading…
Add table
Reference in a new issue