Space key background TODO added

This commit is contained in:
merkost 2023-05-18 13:08:16 +10:00
parent 2df2ac7196
commit 45cc595606
1 changed files with 2 additions and 0 deletions

View File

@ -569,6 +569,8 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
for (i in 0 until keyCount) {
val key = keys[i]
val code = key.code
// TODO: Space key background on a KEYBOARD_PHONE should not be applied
setupKeyBackground(key, code, canvas)
// Switch the character to uppercase if shift is pressed