Change name of variable to comply with strings

This commit is contained in:
Jacob Kapitein
2022-08-03 18:35:11 +02:00
parent 9768da7c29
commit 9b80ddd7d4
3 changed files with 4 additions and 4 deletions

View File

@ -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
}
}