Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <ios@nextcloud.com>2022-07-29 12:02:11 +0300
committermarinofaggiana <ios@nextcloud.com>2022-07-29 12:02:11 +0300
commit78599192418ec76c030c18aeeeb74b163d55dfad (patch)
treeabbfa50aa5f90e2adec06bb6ed775e4c763858b9 /iOSClient
parente483a3906ccca408d3f73a705f860dc52c472d28 (diff)
fix
Signed-off-by: marinofaggiana <ios@nextcloud.com>
Diffstat (limited to 'iOSClient')
-rw-r--r--iOSClient/Main/Collection Common/NCCollectionViewCommon.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/iOSClient/Main/Collection Common/NCCollectionViewCommon.swift b/iOSClient/Main/Collection Common/NCCollectionViewCommon.swift
index 6324f0021..741e24769 100644
--- a/iOSClient/Main/Collection Common/NCCollectionViewCommon.swift
+++ b/iOSClient/Main/Collection Common/NCCollectionViewCommon.swift
@@ -428,6 +428,7 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
let metadata = NCManageDatabase.shared.getMetadataFromOcId(ocId)
else { return }
+ reloadDataSource()
pushMetadata(metadata)
}