Update Compose BOM v2023.06.00-alpha01 (#9628)

This commit is contained in:
Ivan Iskandar
2023-06-23 08:50:18 +07:00
committed by GitHub
parent 4a75f82a6f
commit b8af1621b5
2 changed files with 4 additions and 3 deletions

View File

@ -30,7 +30,8 @@ fun HorizontalPager(
reverseLayout: Boolean = false,
key: ((index: Int) -> Any)? = null,
pageNestedScrollConnection: NestedScrollConnection = PagerDefaults.pageNestedScrollConnection(
Orientation.Horizontal,
state = state,
orientation = Orientation.Horizontal,
),
pageContent: @Composable PagerScope.(page: Int) -> Unit,
) {