Merge "Start full screen mode on first tap when HW keyborad is connected." into nyc-dev
commit
c29921fe7c
|
@ -716,7 +716,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
|
||||
private boolean isImeSuppressedByHardwareKeyboard() {
|
||||
final KeyboardSwitcher switcher = KeyboardSwitcher.getInstance();
|
||||
return switcher.isImeSuppressedByHardwareKeyboard(
|
||||
return !onEvaluateInputViewShown() && switcher.isImeSuppressedByHardwareKeyboard(
|
||||
mSettings.getCurrent(), switcher.getKeyboardSwitchState());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue