1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-07 21:37:02 +09:00

DROID-2966 fix

This commit is contained in:
Evgenii Kozlov 2025-05-20 16:36:47 +02:00
parent 110d24fa72
commit f551058a84

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)