Merge pull request #696 from GetStream/hotfix/messageListView

fix(ui): fix MessageListView header and footer while reverse: false
This commit is contained in:
Salvatore Giordano
2021-09-22 15:16:18 +02:00
committed by GitHub
2 changed files with 21 additions and 6 deletions
@@ -6,6 +6,7 @@
there are no actions available to show.
- [[#349]](https://github.com/GetStream/stream-chat-flutter/issues/349): Fix `MessageInput` attachment render overflow error.
- [[#674]](https://github.com/GetStream/stream-chat-flutter/issues/674): Check scrollController is attached before calling jump in MessageListView.
- Fixed `MessageListView` header and footer when `reverse: false`.
🔄 Changed