Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-16 22:31:40 +03:00
parent 9b95a70590
commit d3cb89b1a1

View file

@ -99,7 +99,7 @@ private class DefaultBatchListSource<TKey, TData, TRequestParams : Any, TUpdate>
scope.launch {
context.actionsFlow
.conflate()
.buffer()
.collect { action ->
collectActions(action)
}