1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-2966 Chats | Fix | Minor fixes

This commit is contained in:
Evgenii Kozlov 2025-05-20 16:41:05 +02:00
parent 945c4865c7
commit 92ff69be0d

View file

@ -129,7 +129,6 @@ class ChatViewModel @Inject constructor(
viewModelScope.launch {
visibleRangeUpdates
.debounce(300) // Delay to avoid spamming
.distinctUntilChanged()
.collect { (from, to) ->
chatContainer.onVisibleRangeChanged(from, to)