fix: 滚动至回复时错位
This commit is contained in:
parent
d1a40fa4a1
commit
ffafd9d106
|
|
@ -605,7 +605,7 @@ fun ThreadPage(
|
|||
viewModel.onEvent<ThreadUiEvent.LoadSuccess> {
|
||||
if (it.page > 1 || waitLoadSuccessAndScrollToFirstReply) {
|
||||
waitLoadSuccessAndScrollToFirstReply = false
|
||||
lazyListState.animateScrollToItem(3)
|
||||
lazyListState.animateScrollToItem(1)
|
||||
}
|
||||
}
|
||||
viewModel.onEvent<ThreadUiEvent.AddFavoriteSuccess> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue