marinofaggiana 5 years ago
parent
commit
878eeb34ed
1 changed files with 2 additions and 5 deletions
  1. 2 5
      iOSClient/AppDelegate.m

+ 2 - 5
iOSClient/AppDelegate.m

@@ -229,10 +229,7 @@
         NSLog(@"[LOG] Middleware Ping");
         NSLog(@"[LOG] Middleware Ping");
         [[NCService sharedInstance] middlewarePing];
         [[NCService sharedInstance] middlewarePing];
     }
     }
-    
-    // Passcode
-    [self passcode];
-   
+
     // verify task (download/upload) lost
     // verify task (download/upload) lost
     [self verifyTaskLost];
     [self verifyTaskLost];
     
     
@@ -258,7 +255,7 @@
 - (void)applicationDidEnterBackground:(UIApplication *)application
 - (void)applicationDidEnterBackground:(UIApplication *)application
 {
 {
     NSLog(@"[LOG] Enter in Background");
     NSLog(@"[LOG] Enter in Background");
-        
+            
     if([[UIDevice currentDevice] respondsToSelector:@selector(isMultitaskingSupported)]) {
     if([[UIDevice currentDevice] respondsToSelector:@selector(isMultitaskingSupported)]) {
         
         
         __block UIBackgroundTaskIdentifier background_task;
         __block UIBackgroundTaskIdentifier background_task;