fix: sort reply2reply

This commit is contained in:
bggRGjQaUbCoE
2024-10-13 09:01:57 +08:00
parent adf2188a1f
commit 8a4de5d4dd
2 changed files with 1 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ class GrpcClient {
port: 443,
options: const ChannelOptions(
credentials: ChannelCredentials.secure(),
connectionTimeout: Duration(seconds: 10),
),
);
}

View File

@@ -159,6 +159,7 @@ class VideoReplyReplyController extends CommonController
);
queryBySort() {
noMore.value = '';
mode.value = mode.value == Mode.MAIN_LIST_HOT
? Mode.MAIN_LIST_TIME
: Mode.MAIN_LIST_HOT;