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

Commit c29921fe authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android (Google) Code Review
Browse files

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

parents 2715add7 48adccf3
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());
    }