mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-31 02:44:53 +01:00
commit
571ac6f1d1
@ -98,7 +98,7 @@ public class AddFeedFragment extends Fragment {
|
||||
private void performSearch() {
|
||||
String query = combinedFeedSearchBox.getText().toString();
|
||||
|
||||
if (query.startsWith("http")) {
|
||||
if (query.matches("http[s]?://.*")) {
|
||||
addUrl(query);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user