Skip to content
Snippets Groups Projects
Commit 42237ebb authored by Taras's avatar Taras
Browse files

Remove timeline debounce

parent 8afb738f
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,6 @@ abstract class BaseTimelineDataSource(
startTimeline(listener)
awaitClose()
}.flowOn(Dispatchers.IO)
.debounce(150)
.mapLatest {
val items = timelineBuilder.build(it, isThread)
if (it.isNotEmpty() && items.size <= LOAD_MORE_THRESHOLD) loadMore()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment