Skip to content

Commit

Permalink
Fix Channel List search bar disappearing (#3515)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-vieira authored Nov 29, 2024
1 parent 82b28ef commit 4b87a3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### 🐞 Fixed
- Fix a rare infinite loop triggering a crash when handling database changes [#3508](https://github.com/GetStream/stream-chat-swift/pull/3508)

## StreamChatUI
### 🐞 Fixed
- Fix Channel List search bar disappearing after it loses scrollability in rare scenarios [#3515](https://github.com/GetStream/stream-chat-swift/pull/3515)

# [4.67.0](https://github.com/GetStream/stream-chat-swift/releases/tag/4.67.0)
_November 25, 2024_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ open class ChatChannelListVC: _ViewController,
withReuseIdentifier: separatorReuseIdentifier
)

collectionView.alwaysBounceVertical = true
collectionView.dataSource = self
collectionView.delegate = self

Expand Down

0 comments on commit 4b87a3e

Please sign in to comment.