From a95bb4403f63a22509e147e078731e05fb0ce552 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Mon, 17 Jul 2023 23:34:58 +0200 Subject: [PATCH] - fix #1254 --- .../Client/View Controllers/ClientSidebarViewController.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ownCloudAppShared/Client/View Controllers/ClientSidebarViewController.swift b/ownCloudAppShared/Client/View Controllers/ClientSidebarViewController.swift index ed61984a4..57795c02a 100644 --- a/ownCloudAppShared/Client/View Controllers/ClientSidebarViewController.swift +++ b/ownCloudAppShared/Client/View Controllers/ClientSidebarViewController.swift @@ -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 ])