mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-18 16:16:14 +08:00
fix: sort reply2reply
This commit is contained in:
@@ -15,7 +15,6 @@ class GrpcClient {
|
|||||||
port: 443,
|
port: 443,
|
||||||
options: const ChannelOptions(
|
options: const ChannelOptions(
|
||||||
credentials: ChannelCredentials.secure(),
|
credentials: ChannelCredentials.secure(),
|
||||||
connectionTimeout: Duration(seconds: 10),
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -159,6 +159,7 @@ class VideoReplyReplyController extends CommonController
|
|||||||
);
|
);
|
||||||
|
|
||||||
queryBySort() {
|
queryBySort() {
|
||||||
|
noMore.value = '';
|
||||||
mode.value = mode.value == Mode.MAIN_LIST_HOT
|
mode.value = mode.value == Mode.MAIN_LIST_HOT
|
||||||
? Mode.MAIN_LIST_TIME
|
? Mode.MAIN_LIST_TIME
|
||||||
: Mode.MAIN_LIST_HOT;
|
: Mode.MAIN_LIST_HOT;
|
||||||
|
|||||||
Reference in New Issue
Block a user