marinofaggiana %!s(int64=6) %!d(string=hai) anos
pai
achega
945ab1a8a1
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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 --------------------------------------------------------------------------------------------