Merge pull request #635 from GetStream/fix/null-checks-on-message-text

fix(ui): add null checks on message text
This commit is contained in:
Salvatore Giordano
2021-08-23 10:11:13 +02:00
committed by GitHub
3 changed files with 6 additions and 5 deletions
@@ -52,6 +52,7 @@ breakdown:
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