mirror of
https://github.com/FossifyOrg/Keyboard.git
synced 2026-01-20 21:38:26 -05:00
Space key background TODO added
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user