Merge branch 'develop' into refactor/message-status

This commit is contained in:
Sahil Kumar
2023-06-17 06:35:49 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -6,6 +6,8 @@
error on pre-Flutter 3.10.0 versions.
- [[#1605]](https://github.com/GetStream/stream-chat-flutter/issues/1605) Fixed Null exception is thrown on message list
for unread messages when `ScrollToBottomButton` is pressed.
- [[#1615]](https://github.com/GetStream/stream-chat-flutter/issues/1615) Fixed `StreamAttachmentPickerBottomSheet` not
able to find the `StreamChatTheme` when used in nested MaterialApp.
✅ Added
@@ -50,7 +52,6 @@
)
```
## 6.3.0
🐞 Fixed
@@ -782,7 +782,6 @@ class StreamMessageInputState extends State<StreamMessageInput>
Future<void> _onAttachmentButtonPressed() async {
final attachments = await showStreamAttachmentPickerModalBottomSheet(
context: context,
useRootNavigator: true,
allowedTypes: widget.allowedAttachmentPickerTypes,
initialAttachments: _effectiveController.attachments,
);