bug fixed

This commit is contained in:
nutchayut
2025-01-09 10:24:14 +07:00
parent 820cd73b88
commit e2fb044931
29 changed files with 57 additions and 53 deletions

View File

@@ -399,6 +399,8 @@ class _PayQrDialogV2State extends State<PayQrDialogV2> {
}).catchError((onError) {
print(onError);
});
Navigator.popUntil(
context, ModalRoute.withName('/HomePage'));
},
child: Container(
margin: EdgeInsets.only(top: 20, bottom: 20),