Exception is ignored in SearchFragment

This commit is contained in:
TobiGr 2020-02-25 23:12:12 +01:00
parent 0bc769b971
commit e7082baaff
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@ public class SearchFragment
showError(getString(R.string.url_not_supported_toast), false)));
return;
}
} catch (Exception e) {
} catch (Exception ignored) {
// Exception occurred, it's not a url
}