Browse Source

coding

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

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

@@ -594,7 +594,7 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
         let status = userInfo["status"] as? Int ?? NCGlobal.shared.metadataStatusNormal
 
         if let cell = collectionView?.cellForItem(at: indexPath) {
-            if var cell = cell as? NCCellProtocol {
+            if let cell = cell as? NCCellProtocol {
                 if progressNumber.floatValue == 1 {
                     cell.progress?.isHidden = true
                     cell.progress?.progress = .zero