marinofaggiana 6 år sedan
förälder
incheckning
945ab1a8a1
1 ändrade filer med 1 tillägg och 3 borttagningar
  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 --------------------------------------------------------------------------------------------