upgrade target SDK to 35

might cause issues with hebrew and indonesian on Android 15 devices due to changed language codes
This commit is contained in:
Helium314 2025-03-26 19:56:46 +01:00
parent f5bc89b91d
commit 0847bac3d5
2 changed files with 5 additions and 5 deletions

View file

@ -237,7 +237,7 @@ class KeyboardParser(private val params: KeyboardParams, private val context: Co
{ it.label == KeyLabel.PERIOD || it.groupId == KeyData.GROUP_PERIOD},
{ baseKeys.last()[1].copy(newGroupId = 2, newType = baseKeys.last()[1].type ?: it.type) }
)
baseKeys.removeLast()
baseKeys.removeAt(baseKeys.lastIndex)
}
// add zwnj key next to space if necessary
val spaceIndex = functionalKeysBottom.indexOfFirst { it.label == KeyLabel.SPACE && it.width <= 0 } // width could be 0 or -1