Don't allow Twitter or Reddit feeds to be added to accounts that can't handle them

This commit is contained in:
Maurice Parker
2020-08-11 17:33:48 -05:00
parent 0835e789e5
commit c4ad7c71fd
3 changed files with 16 additions and 3 deletions

View File

@@ -164,6 +164,7 @@ class AddFeedViewController: UITableViewController {
navController.modalPresentationStyle = .currentContext
let folderViewController = navController.topViewController as! AddFeedFolderViewController
folderViewController.delegate = self
folderViewController.addFeedType = addFeedType
folderViewController.initialContainer = container
present(navController, animated: true)
}