Commit 7a4797e
authored
[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.1 parent a8297f6 commit 7a4797e
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
170 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
171 | 178 | | |
172 | 179 | | |
173 | 180 | | |
| |||
0 commit comments