marinofaggiana 4 年之前
父節點
當前提交
878eeb34ed
共有 1 個文件被更改,包括 2 次插入5 次删除
  1. 2 5
      iOSClient/AppDelegate.m

+ 2 - 5
iOSClient/AppDelegate.m

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