From 4f3a704dc67a67d2f5e65674a459dde433d4f76e Mon Sep 17 00:00:00 2001 From: PetarVelikov Date: Fri, 14 Feb 2025 11:34:42 +0100 Subject: [PATCH] [AND-296] Update CHANGELOG.md. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d652bfbecb..1e5dd76152f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ ## stream-chat-android-ui-common ### 🐞 Fixed +- Fix `MessageListController#scrollToFirstUnreadMessage` not working when the first unread message was not loaded. [#5635](https://github.com/GetStream/stream-chat-android/pull/5635) ### ⬆️ Improved @@ -60,6 +61,7 @@ ### ⬆️ Improved ### ✅ Added +- Add `MessageListViewModel::scrollToFirstUnreadMessage` method. [#5635](https://github.com/GetStream/stream-chat-android/pull/5635) ### ⚠️ Changed @@ -72,6 +74,7 @@ - Autofocus the input fields in the poll creation screen. [#5629](https://github.com/GetStream/stream-chat-android/pull/5629) ### ✅ Added +- Add `MessageListViewModel::scrollToFirstUnreadMessage` method. [#5635](https://github.com/GetStream/stream-chat-android/pull/5635) ### ⚠️ Changed