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:
parent
110d24fa72
commit
f551058a84
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue