marinofaggiana 4 years ago
parent
commit
e072504a7f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      iOSClient/Favorites/CCFavorites.m

+ 1 - 2
iOSClient/Favorites/CCFavorites.m

@@ -101,8 +101,7 @@
 
 - (void)viewWillAppear:(BOOL)animated
 {
-    [super viewDidAppear:animated];
-    
+    [super viewWillAppear:animated];
     [self reloadDatasource];
 }