marinofaggiana 4 năm trước cách đây
mục cha
commit
10285de89b
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      iOSClient/Main/NCCollectionCommon.swift

+ 2 - 0
iOSClient/Main/NCCollectionCommon.swift

@@ -377,12 +377,14 @@ class NCCollectionCommon: NSObject {
                     if progress > 0 {
                         cell.progressView?.isHidden = false
                         cell.progressView?.progress = progress
+                        cell.setButtonMore(named: "stop")
                     }
                 } else if cell is NCGridCell {
                     let cell = cell as! NCGridCell
                     if progress > 0 {
                         cell.progressView.isHidden = false
                         cell.progressView.progress = progress
+                        cell.setButtonMore(named: "stop")
                     }
                 }
             }