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

Commit f914e0d

Browse files
authored
Fix exception running voice search (#3180)
1 parent 58ba8ea commit f914e0d

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/WindowWidget.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ public void showDialog(@NonNull String title, @StringRes int description, @NonN
13741374
}
13751375
mAppDialog.releaseWidget();
13761376
});
1377-
mConfirmDialog.setLinkDelegate((widget, url) -> {
1377+
mAppDialog.setLinkDelegate((widget, url) -> {
13781378
mWidgetManager.openNewTabForeground(url);
13791379
mAppDialog.hide(REMOVE_WIDGET);
13801380
if (linkCallback != null) {

0 commit comments

Comments
 (0)