Continue removing Reddit references.

This commit is contained in:
Brent Simmons
2023-06-30 21:28:07 -07:00
parent 7c75f62fcf
commit 942ad6bd49
20 changed files with 4 additions and 715 deletions

View File

@@ -14,7 +14,6 @@ import RSParser
enum AddFeedType {
case web
case reddit
}
class AddFeedViewController: UITableViewController {
@@ -39,14 +38,6 @@ class AddFeedViewController: UITableViewController {
override func viewDidLoad() {
super.viewDidLoad()
switch addFeedType {
case .reddit:
navigationItem.title = NSLocalizedString("navigation.title.add-reddit-feed", comment: "Add Reddit Feed")
navigationItem.leftBarButtonItem = nil
default:
break
}
activityIndicator.isHidden = true
activityIndicator.color = .label