Merge branch 'develop' into fix/null-checks-on-message-text

This commit is contained in:
Salvatore Giordano
2021-08-23 09:56:29 +02:00
committed by GitHub
2 changed files with 21 additions and 9 deletions
@@ -49,6 +49,7 @@ breakdown:
- Fixed `MessageInput` textField case where `input` is not enabled if the file picked from the
camera is null.
- Fixed date dividers position/alignment in non reversed `MessageListView`.
- Fixed `MessageListView` not opening to the right initialMessage if `StreamChannel.initialMessageId` is set.
- Fixed null check errors when accessing `message.text` in `MessageWidget` and `MessageListView`; this occurred when sending a message with no text.
## 2.1.2