Show dialog with open options in case of an unsupported url

This commit is contained in:
Stypox 2020-06-28 13:33:08 +02:00
parent 38af616e7a
commit aaab7d2f95
61 changed files with 86 additions and 77 deletions

View file

@ -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) {