Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b31cd18e authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by android-build-merger
Browse files

Merge "Start full screen mode on first tap when HW keyborad is connected." into nyc-dev

am: c29921fe

* commit 'c29921fe':
  Start full screen mode on first tap when HW keyborad is connected.
parents fb624258 c29921fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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());
    }