Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-08 08:33:03 +08:00
parent b85413be9b
commit 2fe0f43cb6
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,10 @@ void showConfirmDialog({
),
),
TextButton(
onPressed: onConfirm,
onPressed: () {
Get.back();
onConfirm();
},
child: Text('确认'),
),
],