Browse Source

fix editingModeNO on Photos

Marino Faggiana 7 years ago
parent
commit
dac4c2a821
1 changed files with 3 additions and 0 deletions
  1. 3 0
      iOSClient/Photos/CCPhotos.m

+ 3 - 0
iOSClient/Photos/CCPhotos.m

@@ -404,6 +404,8 @@
                 self.navigationItem.leftBarButtonItem.enabled = YES;
                 self.navigationItem.rightBarButtonItem.enabled = YES;
                 
+                [self editingModeNO];
+
                 if (completed) {
                     [self.collectionView reloadData];
                 }
@@ -472,6 +474,7 @@
             } else {
                 
                 [self reloadDatasourceFromSearch:NO];
+                [self editingModeNO];
             }
             
         } else {