-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
因为 loadMoreEnabled 开始为 true,变成 false 后 footer 内容会先隐藏了。但是 finishDelayMillis 后延迟 footer 的消失。
看代码应该是这块的问题
Box(
modifier = Modifier
.align(Alignment.BottomCenter)
.graphicsLayer {
translationY = obtainFooterOffset(state, footerScrollMode, footerHeight)
}
.zIndex(obtainZIndex(footerScrollMode))
) {
//loadMoreEnabled 变成 false,内容先消失了
if (loadMoreEnabled) {
footerIndicator(state)
}
}
Screen_recording_20250828_184234.video-converter.com.mp4
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working