Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-03 17:22:05 +08:00
parent cb52840bad
commit b7f70ee0b3
4 changed files with 27 additions and 41 deletions

View File

@@ -129,8 +129,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
SizedBox(
height: 35,
child: TextButton.icon(
onPressed: () =>
_videoReplyController.queryBySort(),
onPressed: _videoReplyController.queryBySort,
icon: Icon(
Icons.sort,
size: 16,