mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: def reply mode
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user