Quellcode durchsuchen

change system task progress

Marino Faggiana vor 8 Jahren
Ursprung
Commit
e206661428
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1 3
      iOSClient/Main/CCDetail.m

+ 1 - 3
iOSClient/Main/CCDetail.m

@@ -120,9 +120,7 @@
     
     // remove all
     if (self.isMovingFromParentViewController)
-        [self removeAllView];
-    
-    [self.navigationController cancelCCProgress];
+        [self removeAllView];    
 }
 
 - (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator