marinofaggiana 4 жил өмнө
parent
commit
a401865bc1

+ 1 - 1
iOSClient/Transfers/NCTransfers.swift

@@ -77,7 +77,7 @@ class NCTransfers: NCCollectionViewCommon  {
                     collectionView?.performBatchUpdates({
                         collectionView?.insertItems(at: [indexPath])
                     }, completion: { (_) in
-                        self.collectionView?.reloadData()
+                        self.reloadDataSource()
                     })
                 }
             }