Marino Faggiana vor 7 Jahren
Ursprung
Commit
02231917e8
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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;
     }