diff --git a/app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/dialogs/VoiceSearchWidget.java b/app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/dialogs/VoiceSearchWidget.java index f8e0d625d..92cf11c82 100644 --- a/app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/dialogs/VoiceSearchWidget.java +++ b/app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/dialogs/VoiceSearchWidget.java @@ -277,7 +277,8 @@ public void onRequestPermissionsResult(int requestCode, String[] permissions, in @Override public void show(@ShowFlags int aShowFlags) { - if (SettingsStore.getInstance(getContext()).isSpeechDataCollectionReviewed()) { + if (SettingsStore.getInstance(getContext()).isSpeechDataCollectionEnabled() || + SettingsStore.getInstance(getContext()).isSpeechDataCollectionReviewed()) { super.show(aShowFlags); setStartListeningState();