Add Reddit Feed adding functionality

This commit is contained in:
Maurice Parker
2020-08-11 16:27:42 -05:00
parent 0ec250ec24
commit e7f42905dc
12 changed files with 96 additions and 46 deletions

View File

@@ -95,7 +95,7 @@ class RootSplitViewController: UISplitViewController {
}
@objc func addNewFeed(_ sender: Any?) {
coordinator.showAddFeed()
coordinator.showAddWebFeed()
}
@objc func addNewFolder(_ sender: Any?) {