Marino Faggiana hace 7 años
padre
commit
02231917e8
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      iOSClient/Photos/CCPhotos.m

+ 4 - 0
iOSClient/Photos/CCPhotos.m

@@ -529,6 +529,10 @@
 {
     // Check Active Account
     if (![metadataNet.account isEqualToString:appDelegate.activeAccount]) {
+        
+        _isSearchMode = NO;
+        [self reloadDatasource];
+        
         return;
     }