Merge "Start full screen mode on first tap when HW keyborad is connected." into nyc-dev
am: c29921f
* commit 'c29921fe7c3f3efb47c6c760055e773bd030ca35':
Start full screen mode on first tap when HW keyborad is connected.
main
commit
b31cd18ea6
|
@ -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…
Reference in New Issue