Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CLNP-3775] fix: reset new messages on scroll bottom reached (#1138)
Fixes https://sendbird.atlassian.net/browse/SBISSUE-16266 The `newMessages` array was not being reset even after the message list scroll reached the bottom. This issue was causing the message notification bar to not disappear properly. To address the issue, I manually called `resetNewMessages()` under certain conditions.
- Loading branch information