sort follow tag

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-27 20:53:55 +08:00
parent 89fdc28150
commit 80ecd35784
8 changed files with 214 additions and 21 deletions

View File

@@ -39,7 +39,9 @@ class _FavFolderSortPageState extends State<FavFolderSortPage> {
if (res.isSuccess) {
SmartDialog.showToast('排序完成');
_favController.loadingState.value = Success(sortList);
Get.back();
if (mounted) {
Get.back();
}
} else {
res.toast();
}