mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-07 17:19:32 +00:00
fixes
This commit is contained in:
@@ -111,7 +111,7 @@ fun <T> rememberInfinityPagedComponentContext(
|
|||||||
* receive null as `it` parameter
|
* receive null as `it` parameter
|
||||||
*/
|
*/
|
||||||
@Composable
|
@Composable
|
||||||
internal fun <T> InfinityPagedComponent(
|
fun <T> InfinityPagedComponent(
|
||||||
context: InfinityPagedComponentContext<T>,
|
context: InfinityPagedComponentContext<T>,
|
||||||
block: @Composable InfinityPagedComponentContext<T>.(List<T>?) -> Unit
|
block: @Composable InfinityPagedComponentContext<T>.(List<T>?) -> Unit
|
||||||
) {
|
) {
|
||||||
@@ -130,7 +130,7 @@ internal fun <T> InfinityPagedComponent(
|
|||||||
* receive null as `it` parameter
|
* receive null as `it` parameter
|
||||||
*/
|
*/
|
||||||
@Composable
|
@Composable
|
||||||
internal fun <T> InfinityPagedComponent(
|
fun <T> InfinityPagedComponent(
|
||||||
page: Int,
|
page: Int,
|
||||||
size: Int,
|
size: Int,
|
||||||
loader: suspend InfinityPagedComponentContext<T>.(Pagination) -> PaginationResult<T>,
|
loader: suspend InfinityPagedComponentContext<T>.(Pagination) -> PaginationResult<T>,
|
||||||
|
Reference in New Issue
Block a user