Refactor Diffable Datasources out of the Sidebar

This commit is contained in:
Maurice Parker
2021-10-20 19:03:02 -05:00
parent fd3a3cf3b3
commit bbc7230e76
13 changed files with 382 additions and 389 deletions

View File

@@ -688,7 +688,7 @@ private extension MasterTimelineViewController {
func updateTitleUnreadCount() {
if let titleView = navigationItem.titleView as? MasterTimelineTitleView {
titleView.unreadCountView.unreadCount = coordinator.unreadCount
titleView.unreadCountView.unreadCount = coordinator.timelineUnreadCount
}
}