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