mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02:00
removing some brackets
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user