Marino Faggiana 6 years ago
parent
commit
02231917e8
1 changed files with 4 additions and 0 deletions
  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;
     }