浏览代码

clear code

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

+ 0 - 4
iOSClient/Main/CCMain.m

@@ -2485,10 +2485,6 @@
     [appDelegate performSelectorOnMainThread:@selector(loadAutoDownloadUpload) withObject:nil waitUntilDone:YES];
     
     [[NCMainCommon sharedInstance] reloadDatasourceWithServerUrl:self.serverUrl fileID:metadata.fileID action:k_action_MOD];
-    
-//    NSIndexPath *indexPath = [sectionDataSource.fileIDIndexPath objectForKey:metadata.fileID];
-//    if ([self indexPathIsValid:indexPath])
-//        [self.tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:indexPath, nil] withRowAnimation:UITableViewRowAnimationAutomatic];
 }
 
 #pragma --------------------------------------------------------------------------------------------