mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-10-14 20:00:29 +00:00
update InfinityPagedComponents
This commit is contained in:
@@ -29,7 +29,13 @@ class InfinityPagedComponentTests {
|
||||
}
|
||||
}
|
||||
) {
|
||||
assertEquals(expectedList, it)
|
||||
if (it == null) {
|
||||
if (this.iterationState.value.second != null) {
|
||||
assertEquals(0, (this.iterationState.value.second as? SimplePagination) ?.page)
|
||||
}
|
||||
} else {
|
||||
assertEquals(expectedList, it)
|
||||
}
|
||||
|
||||
LaunchedEffect(it ?.size) {
|
||||
loadNext()
|
||||
|
Reference in New Issue
Block a user