|
@@ -289,7 +289,9 @@
|
|
|
|
|
|
- (void)triggerProgressTask:(NSNotification *)notification
|
|
- (void)triggerProgressTask:(NSNotification *)notification
|
|
{
|
|
{
|
|
- [[NCMainCommon sharedInstance] triggerProgressTask:notification sectionDataSourceFileIDIndexPath:sectionDataSource.fileIDIndexPath tableView:self.tableView viewController:self serverUrlViewController:self.serverUrl];
|
|
|
|
|
|
+ if (sectionDataSource.fileIDIndexPath != nil) {
|
|
|
|
+ [[NCMainCommon sharedInstance] triggerProgressTask:notification sectionDataSourceFileIDIndexPath:sectionDataSource.fileIDIndexPath tableView:self.tableView viewController:self serverUrlViewController:self.serverUrl];
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
- (void)cancelTaskButton:(id)sender withEvent:(UIEvent *)event
|
|
- (void)cancelTaskButton:(id)sender withEvent:(UIEvent *)event
|