mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02:00
Change name of variable to comply with strings
This commit is contained in:
@ -388,7 +388,7 @@ class MyKeyboard {
|
||||
return when(multiplierType) {
|
||||
KEYBOARD_HEIGHT_MULTIPLIER_SMALL -> 1.0F
|
||||
KEYBOARD_HEIGHT_MULTIPLIER_MEDIUM -> 1.2F
|
||||
KEYBOARD_HEIGHT_MULTIPLIER_BIG -> 1.4F
|
||||
KEYBOARD_HEIGHT_MULTIPLIER_LARGE -> 1.4F
|
||||
else -> 1.0F
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user