opt: reply2reply: sort widget

This commit is contained in:
bggRGjQaUbCoE
2024-10-13 17:14:20 +08:00
parent 88a09cd1f4
commit bdebf56f28
2 changed files with 76 additions and 45 deletions

View File

@@ -163,7 +163,7 @@ class VideoReplyReplyController extends CommonController
mode.value = mode.value == Mode.MAIN_LIST_HOT
? Mode.MAIN_LIST_TIME
: Mode.MAIN_LIST_HOT;
loadingState.value = LoadingState.loading();
// loadingState.value = LoadingState.loading();
onRefresh();
}
}