marinofaggiana 4 years ago
parent
commit
059df20b04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Main/Colleaction Common/NCCollectionViewCommon.swift

+ 1 - 1
iOSClient/Main/Colleaction Common/NCCollectionViewCommon.swift

@@ -1637,7 +1637,7 @@ extension NCCollectionViewCommon: UICollectionViewDelegateFlowLayout {
         
         if let richWorkspaceText = richWorkspaceText {
             let trimmed = richWorkspaceText.trimmingCharacters(in: .whitespaces)
-            if trimmed.count > 0 {
+            if trimmed.count > 0 && !isSearching {
                 headerRichWorkspaceHeight = UIScreen.main.bounds.size.height / 4
             }
         }