Create FeedFinder module.

This commit is contained in:
Brent Simmons
2024-04-07 14:57:05 -07:00
parent 826ec7d413
commit c35187900a
26 changed files with 169 additions and 88 deletions

View File

@@ -106,7 +106,7 @@ class AddFeedViewController: UITableViewController {
}
if account!.hasFeed(withURL: url.absoluteString) {
presentError(CommonError.createErrorAlreadySubscribed)
presentError(AccountError.createErrorAlreadySubscribed)
return
}