Marino Faggiana 7 سال پیش
والد
کامیت
1664f68622
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  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