mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
@@ -662,7 +662,7 @@ class _ArticlePageState extends State<ArticlePage>
|
||||
SizedBox(
|
||||
height: 35,
|
||||
child: TextButton.icon(
|
||||
onPressed: () => _articleCtr.queryBySort(),
|
||||
onPressed: _articleCtr.queryBySort,
|
||||
icon: const Icon(Icons.sort, size: 16),
|
||||
label: Obx(
|
||||
() => Text(
|
||||
|
||||
Reference in New Issue
Block a user