opt queryBySort

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-04 20:23:25 +08:00
parent 12b27b1d8d
commit 6d0017c256
5 changed files with 17 additions and 15 deletions

View File

@@ -141,6 +141,7 @@ class VideoReplyReplyController extends ReplyController
@override
void queryBySort() {
if (isLoading) return;
mode.value = mode.value == Mode.MAIN_LIST_HOT
? Mode.MAIN_LIST_TIME
: Mode.MAIN_LIST_HOT;