Makes sure to test loadMore method on TimelinePresenter
This commit is contained in:
parent
c8ec8da44f
commit
39edc780fe
3 changed files with 32 additions and 12 deletions
|
|
@ -55,7 +55,7 @@ class TimelinePresenter @Inject constructor(
|
|||
}
|
||||
val timelineItems = timelineItemsFactory
|
||||
.flow()
|
||||
.collectAsState(emptyList())
|
||||
.collectAsState()
|
||||
|
||||
val paginationState = timeline
|
||||
.paginationState()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue