Skip to content

Commit e7082ba

Browse files
committed
Exception is ignored in SearchFragment
1 parent 0bc769b commit e7082ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/fragments/list/search/SearchFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ private void search(final String searchString, String[] contentFilter, String so
723723
showError(getString(R.string.url_not_supported_toast), false)));
724724
return;
725725
}
726-
} catch (Exception e) {
726+
} catch (Exception ignored) {
727727
// Exception occurred, it's not a url
728728
}
729729

0 commit comments

Comments
 (0)