Skip to content

Commit

Permalink
- fix #1254
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schwarz committed Jul 17, 2023
1 parent 9cb4d8c commit a95bb44
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ public class ClientSidebarViewController: CollectionSidebarViewController, Navig
}
}, queue: .main)

accountsControllerSectionSource?.trackItemVersions = true

// Combined data source
if let accountsControllerSectionSource, let sidebarLinksDataSource = sidebarLinksDataSource {
combinedSectionsDatasource = OCDataSourceComposition(sources: [ accountsControllerSectionSource, sidebarLinksDataSource ])
Expand Down

0 comments on commit a95bb44

Please sign in to comment.