mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Start full screen mode on first tap when HW keyborad is connected." into nyc-dev
This commit is contained in:
commit
c29921fe7c
@ -716,7 +716,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||||||
|
|
||||||
private boolean isImeSuppressedByHardwareKeyboard() {
|
private boolean isImeSuppressedByHardwareKeyboard() {
|
||||||
final KeyboardSwitcher switcher = KeyboardSwitcher.getInstance();
|
final KeyboardSwitcher switcher = KeyboardSwitcher.getInstance();
|
||||||
return switcher.isImeSuppressedByHardwareKeyboard(
|
return !onEvaluateInputViewShown() && switcher.isImeSuppressedByHardwareKeyboard(
|
||||||
mSettings.getCurrent(), switcher.getKeyboardSwitchState());
|
mSettings.getCurrent(), switcher.getKeyboardSwitchState());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user