Browse Source

fix searchmode

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 years ago
parent
commit
8b19d08c08
1 changed files with 0 additions and 2 deletions
  1. 0 2
      iOSClient/Main/NCFunctionCenter.swift

+ 0 - 2
iOSClient/Main/NCFunctionCenter.swift

@@ -462,8 +462,6 @@ import Photos
 
     func openFileViewInFolder(serverUrl: String, fileNameBlink: String?, fileNameOpen: String?) {
 
-        //appDelegate.isSearchingMode = false
-        
         DispatchQueue.main.asyncAfter(deadline: .now() + 0.3) {
             var topNavigationController: UINavigationController?
             var pushServerUrl = NCUtilityFileSystem.shared.getHomeServer(urlBase: self.appDelegate.urlBase, userId: self.appDelegate.userId)