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

Commit 5e2f309

Browse files
daoshengmubluemarvin
authored andcommitted
Fixes space key has no effect when pressing. (#3649)
1 parent fcce8d1 commit 5e2f309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/KeyboardWidget.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ private void handleShift(boolean isShifted) {
750750
mKeyboardView.setKeyboard(mCurrentKeyboard.getAlphabeticCapKeyboard());
751751
}
752752

753-
} else {
753+
} else if (mKeyboardView.getKeyboard() != mCurrentKeyboard.getAlphabeticKeyboard()) {
754754
mKeyboardView.setKeyboard(mCurrentKeyboard.getAlphabeticKeyboard());
755755
}
756756
}

0 commit comments

Comments
 (0)