marinofaggiana 4 년 전
부모
커밋
059df20b04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
             }
         }