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:
parent
945c4865c7
commit
92ff69be0d
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