1
0
Fork 0

virtual Shift is now disabled for languages without uppercase

This commit is contained in:
sspanak 2025-05-14 13:21:45 +03:00 committed by Dimo Karaivanov
parent 2c16dde14a
commit 71bbd6fd3f

View file

@ -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()