Merge pull request #726 from GetStream/hotfix/messageHighlight
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
🐞 Fixed
|
🐞 Fixed
|
||||||
|
|
||||||
|
- Fixed message highlight animation alignment in `MessageListView`
|
||||||
- [[#491]](https://github.com/GetStream/stream-chat-flutter/issues/491): Fix `MediaListView` showing media in wrong order.
|
- [[#491]](https://github.com/GetStream/stream-chat-flutter/issues/491): Fix `MediaListView` showing media in wrong order.
|
||||||
- Fix image thumbnail generation when using Stream CDN
|
- Fix image thumbnail generation when using Stream CDN
|
||||||
|
|
||||||
|
|||||||
@@ -1198,7 +1198,7 @@ class _MessageListViewState extends State<MessageListView> {
|
|||||||
child: child,
|
child: child,
|
||||||
),
|
),
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.only(top: 4),
|
padding: const EdgeInsets.symmetric(vertical: 4),
|
||||||
child: child,
|
child: child,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user