Marino Faggiana 7 жил өмнө
parent
commit
02231917e8

+ 4 - 0
iOSClient/Photos/CCPhotos.m

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