Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Correct the keyboard layout when showing from the focus view. #3650

Merged
merged 1 commit into from
Jul 7, 2020

Conversation

daoshengmu
Copy link
Contributor

Fixes #3640.

@daoshengmu daoshengmu requested a review from keianhzo July 7, 2020 22:24
@daoshengmu daoshengmu self-assigned this Jul 7, 2020
@@ -972,31 +973,42 @@ private void handleDone() {
}
}

private void handleModeChange() {
Keyboard current = mKeyboardView.getKeyboard();
private void handleShowKeyboard(Keyboard aKeyboard) {
Keyboard alphabetic = mCurrentKeyboard.getAlphabeticKeyboard();
Keyboard alphabetiCap = mCurrentKeyboard.getAlphabeticCapKeyboard();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Looks like alphabetiCap should be alphabeticCap. Can be addressed in follow up since it is preexisting.

@bluemarvin
Copy link
Contributor

Let's land this so I can create an rc5 and address any new issues in follow ups.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants