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

Commit 8f4de9a

Browse files
authored
Do not consume the Confirm Button on Pico (#3455)
Fixes #3405
1 parent 2a2f8dd commit 8f4de9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/picovr/java/org/mozilla/vrbrowser/PlatformActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ public boolean dispatchKeyEvent(KeyEvent event) {
166166
int buttons = 0;
167167
buttons |= event.getAction() == KeyEvent.ACTION_DOWN ? BUTTON_TRIGGER : 0;
168168
nativeUpdateControllerState(GAZE_INDEX, true, buttons, 0, 0, 0, false);
169-
return true;
170169
}
171170

172171
return super.dispatchKeyEvent(event);

0 commit comments

Comments
 (0)