Rollback pull to refresh on the timeline and modified pull to refresh control. Issue #1520

This commit is contained in:
Maurice Parker
2020-01-03 08:42:43 -07:00
parent b7f3612686
commit 5a7863d447
4 changed files with 4 additions and 77 deletions

View File

@@ -50,8 +50,6 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
NotificationCenter.default.addObserver(self, selector: #selector(contentSizeCategoryDidChange), name: UIContentSizeCategory.didChangeNotification, object: nil)
NotificationCenter.default.addObserver(self, selector: #selector(displayNameDidChange), name: .DisplayNameDidChange, object: nil)
refreshControl = AccountRefreshControl(errorHandler: ErrorHandler.present(self))
// Setup the Search Controller
searchController.delegate = self
searchController.searchResultsUpdater = self