virtual Shift is now disabled for languages without uppercase
This commit is contained in:
parent
2c16dde14a
commit
71bbd6fd3f
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ public class SoftKeyShift extends BaseSoftKeyWithIcons {
|
|||
resetIconCache();
|
||||
setEnabled(
|
||||
tt9 != null
|
||||
&& tt9.getLanguage() != null && tt9.getLanguage().hasUpperCase()
|
||||
&& !tt9.isVoiceInputActive()
|
||||
&& !tt9.isInputModePhone()
|
||||
&& !tt9.isNumericModeSigned()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue