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

Commit e759f46

Browse files
keianhzobluemarvin
authored andcommitted
Voice search permission fix (#1337)
Fixes microphone permission loop when rejected.
1 parent 5262229 commit e759f46

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/dialogs/VoiceSearchWidget.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public void onRequestPermissionsResult(int requestCode, String[] permissions, in
261261
show();
262262

263263
} else {
264-
super.show();
264+
super.show(true);
265265
setPermissionNotGranted();
266266
}
267267
}

0 commit comments

Comments
 (0)