fix: def reply mode

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-29 19:55:30 +08:00
parent 9b1aa6c6d0
commit 9b9e28dcb8

View File

@@ -44,6 +44,9 @@ abstract class ReplyController extends CommonController {
sortType = ReplySortType.values[defaultReplySortIndex];
sortTypeTitle.value = sortType.titles;
sortTypeLabel.value = sortType.labels;
if (sortType == ReplySortType.time) {
mode = Mode.MAIN_LIST_TIME;
}
}
@override