Marino Faggiana 7 anni fa
parent
commit
1664f68622
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 3
      iOSClient/Photos/CCPhotos.m

+ 1 - 3
iOSClient/Photos/CCPhotos.m

@@ -116,8 +116,7 @@
     // Plus Button
     [appDelegate plusButtonVisibile:true];
 
-    if(!isSearchMode && !isEditMode)
-        [self reloadDatasource];
+    [self reloadDatasource];
 }
 
 - (void)viewSafeAreaInsetsDidChange
@@ -424,7 +423,6 @@
     }
     
     [self editingModeNO];
-    [self reloadDatasource];
 }
 
 - (void)deleteSelectedFiles