mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-04-03 05:01:30 +02:00
Space key background TODO added
This commit is contained in:
parent
2df2ac7196
commit
45cc595606
@ -569,6 +569,8 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
|
|||||||
for (i in 0 until keyCount) {
|
for (i in 0 until keyCount) {
|
||||||
val key = keys[i]
|
val key = keys[i]
|
||||||
val code = key.code
|
val code = key.code
|
||||||
|
|
||||||
|
// TODO: Space key background on a KEYBOARD_PHONE should not be applied
|
||||||
setupKeyBackground(key, code, canvas)
|
setupKeyBackground(key, code, canvas)
|
||||||
|
|
||||||
// Switch the character to uppercase if shift is pressed
|
// Switch the character to uppercase if shift is pressed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user