opt create dyn panel drag

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-27 10:54:41 +08:00
parent 39778247f6
commit d6914c42b3
6 changed files with 1160 additions and 4 deletions

View File

@@ -50,7 +50,9 @@ class _ActionPanelState extends State<ActionPanel> {
item.modules.moduleStat?.like?.count = count - 1;
item.modules.moduleStat?.like?.status = false;
}
setState(() {});
if (mounted) {
setState(() {});
}
} else {
SmartDialog.showToast(res['msg']);
}