Browse Source

fix

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 years ago
parent
commit
7859919241
1 changed files with 1 additions and 0 deletions
  1. 1 0
      iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

+ 1 - 0
iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

@@ -428,6 +428,7 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
               let metadata = NCManageDatabase.shared.getMetadataFromOcId(ocId)
               let metadata = NCManageDatabase.shared.getMetadataFromOcId(ocId)
         else { return }
         else { return }
 
 
+        reloadDataSource()
         pushMetadata(metadata)
         pushMetadata(metadata)
     }
     }