Explorar el Código

new system prgress task

Marino Faggiana hace 8 años
padre
commit
23099bf1e7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      iOSClient/MenuAccount+ControlCenter/CCControlCenterTransfer.m

+ 2 - 2
iOSClient/MenuAccount+ControlCenter/CCControlCenterTransfer.m

@@ -37,9 +37,9 @@
 {
     if (self = [super initWithCoder:aDecoder])  {
         
-        app.controlCenterTransfer = self;
-        
         [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(triggerProgressTask:) name:@"NotificationProgressTask" object:nil];
+        
+        app.controlCenterTransfer = self;
     }
     return self;
 }