Show dialog with open options in case of an unsupported url
This commit is contained in:
parent
38af616e7a
commit
aaab7d2f95
61 changed files with 86 additions and 77 deletions
|
|
@ -798,7 +798,7 @@ public class SearchFragment extends BaseListFragment<SearchInfo, ListExtractor.I
|
|||
getFragmentManager().popBackStackImmediate();
|
||||
activity.startActivity(intent);
|
||||
}, throwable ->
|
||||
showError(getString(R.string.url_not_supported_toast), false)));
|
||||
showError(getString(R.string.unsupported_url), false)));
|
||||
return;
|
||||
}
|
||||
} catch (Exception ignored) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue