stream-chat-android-client
🐞 Fixed
- Fixed a crash when replaying the same voice message after scrolling out and in. 4948
⬆️ Improved
ChatClient.markRead
returns ongoingCall
instance if exists to avoid firing duplicate requests. #4949
stream-chat-android-ui-common
🐞 Fixed
MessageListController.markLastMessageRead
does debounce its' calls and checks last seen messageId to avoid duplicateread
requests. #4949
stream-chat-android-ui-components
🐞 Fixed
- Fixed UI not being updated after replaying the same voice message after scrolling out and in. 4948
- Fixed crash when trying to play a failed voice message. 4951
⬆️ Improved
MessageListScrollHelper.isAtBottom
now triggerscallback.onLastMessageRead()
when it changes fromfalse
totrue
only. #4949