Sfoglia il codice sorgente

Change position remove all Notification

Marino Faggiana 8 anni fa
parent
commit
3748ae01a6
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      iOSClient/Main/CCMain.m

+ 3 - 2
iOSClient/Main/CCMain.m

@@ -321,6 +321,9 @@
         if (app.activeDetail)
             [app.activeDetail removeAllView];
         
+        // remove all Notification Messages
+        [app.listOfNotifications removeAllObjects];
+        
         // home main
         app.homeMain = self;
         
@@ -1161,8 +1164,6 @@
    
     [app.sharesID removeAllObjects];
     
-    [app.listOfNotifications removeAllObjects];
-
     app.hasServerForbiddenCharactersSupport = NO;
     app.hasServerShareSupport = YES;