mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-01-26 16:24:53 +01:00
removing some brackets
This commit is contained in:
parent
f46f8d0fc5
commit
eefd259e0d
@ -160,9 +160,7 @@ class SettingsActivity : SimpleActivity() {
|
||||
KEYBOARD_HEIGHT_MULTIPLIER_SMALL -> getString(R.string.small)
|
||||
KEYBOARD_HEIGHT_MULTIPLIER_MEDIUM -> getString(R.string.medium)
|
||||
KEYBOARD_HEIGHT_MULTIPLIER_LARGE -> getString(R.string.large)
|
||||
else -> {
|
||||
getString(R.string.small)
|
||||
}
|
||||
else -> getString(R.string.small)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user