opt: handle grpc error

This commit is contained in:
bggRGjQaUbCoE
2024-10-14 10:20:52 +08:00
parent e4ae8961e4
commit 6a99dbfe95
3 changed files with 34 additions and 32 deletions

View File

@@ -74,7 +74,7 @@ class VideoReplyReplyController extends CommonController
@override
Future queryData([bool isRefresh = true]) {
if (noMore.value == '没有更多了') return Future.value();
if (['没有更多了', '还没有评论'].contains(noMore.value)) return Future.value();
return super.queryData(isRefresh);
}