marinofaggiana 6 年之前
父節點
當前提交
945ab1a8a1
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      iOSClient/Main/CCSplit.m

+ 1 - 3
iOSClient/Main/CCSplit.m

@@ -179,9 +179,7 @@
 
 - (void)loginSuccess:(NSInteger)loginType
 {
-    [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"initializeMain" object:nil userInfo:nil];
-    
-    [appDelegate subscribingNextcloudServerPushNotification:appDelegate.activeAccount url:appDelegate.activeUrl];
+    [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"initializeMain" object:nil userInfo:nil];    
 }
 
 #pragma --------------------------------------------------------------------------------------------