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

Commit

Permalink
Fix exception running voice search (#3180)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored Apr 17, 2020
1 parent 58ba8ea commit f914e0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ public void showDialog(@NonNull String title, @StringRes int description, @NonN
}
mAppDialog.releaseWidget();
});
mConfirmDialog.setLinkDelegate((widget, url) -> {
mAppDialog.setLinkDelegate((widget, url) -> {
mWidgetManager.openNewTabForeground(url);
mAppDialog.hide(REMOVE_WIDGET);
if (linkCallback != null) {
Expand Down

0 comments on commit f914e0d

Please sign in to comment.