fix: 贴子第一页重复加载

This commit is contained in:
HuanCheng65 2023-09-22 23:09:20 +08:00
parent 3f1bd7b9b7
commit c15a75d485
No known key found for this signature in database
GPG Key ID: 5EC9DD60A32C7360
1 changed files with 1 additions and 1 deletions

View File

@ -1130,7 +1130,7 @@ fun ThreadPage(
}, },
loadEnd = !hasMore, loadEnd = !hasMore,
lazyListState = lazyListState, lazyListState = lazyListState,
isEmpty = firstPost == null && data.isEmpty() isEmpty = data.isEmpty()
) { ) {
LazyColumn( LazyColumn(
state = lazyListState, state = lazyListState,