mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-16 07:06:14 +08:00
fix: sort reply2reply
This commit is contained in:
@@ -15,7 +15,6 @@ class GrpcClient {
|
||||
port: 443,
|
||||
options: const ChannelOptions(
|
||||
credentials: ChannelCredentials.secure(),
|
||||
connectionTimeout: Duration(seconds: 10),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user