fix: 主页面卡顿问题
This commit is contained in:
@@ -363,7 +363,7 @@ fun MainScreen(
|
||||
}
|
||||
),
|
||||
userScrollEnabled = true,
|
||||
beyondViewportPageCount = 1
|
||||
beyondViewportPageCount = 4
|
||||
) { page ->
|
||||
val destination = destinations.getOrNull(page) ?: return@HorizontalPager
|
||||
when (destination) {
|
||||
|
||||
Reference in New Issue
Block a user