fix: 贴子第一页重复加载
This commit is contained in:
parent
3f1bd7b9b7
commit
c15a75d485
|
|
@ -1130,7 +1130,7 @@ fun ThreadPage(
|
|||
},
|
||||
loadEnd = !hasMore,
|
||||
lazyListState = lazyListState,
|
||||
isEmpty = firstPost == null && data.isEmpty()
|
||||
isEmpty = data.isEmpty()
|
||||
) {
|
||||
LazyColumn(
|
||||
state = lazyListState,
|
||||
|
|
|
|||
Loading…
Reference in New Issue