Exception is ignored in SearchFragment
This commit is contained in:
parent
ad1b4c5465
commit
700ad835c4
1 changed files with 1 additions and 1 deletions
|
|
@ -723,7 +723,7 @@ public class SearchFragment
|
||||||
showError(getString(R.string.url_not_supported_toast), false)));
|
showError(getString(R.string.url_not_supported_toast), false)));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception ignored) {
|
||||||
// Exception occurred, it's not a url
|
// Exception occurred, it's not a url
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue