Skip to content

Commit

Permalink
- fix: rename of a bookmark is not always reflected in the account list
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schwarz committed Aug 29, 2023
1 parent 9662483 commit 1932993
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ 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 1932993

Please sign in to comment.