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

Commit de88941

Browse files
authored
Remove showing spacebar text by regression. (#3088)
1 parent 618045d commit de88941

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,10 +1086,8 @@ private void updateCandidates() {
10861086

10871087
private void updateSpecialKeyLabels() {
10881088
String enterText = mCurrentKeyboard.getEnterKeyText(mEditorInfo.imeOptions, mComposingText);
1089-
String spaceText = mCurrentKeyboard.getSpaceKeyText(mComposingText);
10901089
String modeChangeText = mCurrentKeyboard.getModeChangeKeyText();
10911090
boolean changed = mCurrentKeyboard.getAlphabeticKeyboard().setEnterKeyLabel(enterText);
1092-
changed |= mCurrentKeyboard.getAlphabeticKeyboard().setSpaceKeyLabel(spaceText);
10931091
CustomKeyboard symbolsKeyboard = getSymbolsKeyboard();
10941092
changed |= symbolsKeyboard.setModeChangeKeyLabel(modeChangeText);
10951093
symbolsKeyboard.setEnterKeyLabel(enterText);

0 commit comments

Comments
 (0)