fix: 尝试修复问题 #1370496997u

This commit is contained in:
HuanCheng65 2023-10-04 01:47:52 +08:00
parent f71b784a40
commit 48e5a2b2ba
No known key found for this signature in database
GPG Key ID: 5EC9DD60A32C7360
3 changed files with 3 additions and 0 deletions

View File

@ -834,6 +834,7 @@ fun ForumPage(
HorizontalPager(
state = pagerState,
modifier = Modifier.fillMaxSize(),
key = { it },
verticalAlignment = Alignment.Top,
userScrollEnabled = true,
) {

View File

@ -148,6 +148,7 @@ fun HistoryPage(
HorizontalPager(
state = pagerState,
modifier = Modifier.fillMaxSize(),
key = { it },
verticalAlignment = Alignment.Top,
userScrollEnabled = true,
) {

View File

@ -225,6 +225,7 @@ fun BlockListPage(
HorizontalPager(
state = pagerState,
modifier = Modifier.fillMaxSize(),
key = { it },
contentPadding = paddingValues,
verticalAlignment = Alignment.Top
) { position ->