Marino Faggiana 6 年之前
父节点
当前提交
1e40853b72
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      iOSClient/Main/CCMain.m

+ 3 - 1
iOSClient/Main/CCMain.m

@@ -2168,7 +2168,9 @@
         
         CCCellMainTransfer *cell = (CCCellMainTransfer *)[self.tableView cellForRowAtIndexPath:indexPath];
         
-        cell.labelInfoFile.text = [NSString stringWithFormat:@"%@ - %@", [CCUtility transformedSize:totalBytesExpected], [CCUtility transformedSize:totalBytes]];        
+        cell.labelInfoFile.text = [NSString stringWithFormat:@"%@ - %@", [CCUtility transformedSize:totalBytesExpected], [CCUtility transformedSize:totalBytes]];
+        
+        cell.transferButton.progress = progress;
     }
 }