mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-01 07:39:47 +08:00
fix: 没有评论时,长时间显示骨架屏
This commit is contained in:
@@ -188,7 +188,9 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
|
||||
),
|
||||
Obx(
|
||||
() => _videoReplyController.isLoadingMore &&
|
||||
_videoReplyController.replyList.isEmpty
|
||||
_videoReplyController.replyList.isEmpty &&
|
||||
(_videoReplyController.noMore.value == '' ||
|
||||
_videoReplyController.noMore.value == '加载中...')
|
||||
? SliverList(
|
||||
delegate: SliverChildBuilderDelegate(
|
||||
(BuildContext context, index) {
|
||||
|
||||
Reference in New Issue
Block a user