bug fixed
This commit is contained in:
@@ -395,7 +395,7 @@ class _PayQrDialogV2State extends State<PayQrDialogV2> {
|
||||
screenshotController.capture(delay: Duration(milliseconds: 10)).then((capturedImage) async {
|
||||
String fileName = "neopay_${DateTime.now().millisecondsSinceEpoch}.jpg";
|
||||
SaverGallery.saveImage(capturedImage!, fileName: fileName, skipIfExists: false);
|
||||
Utils.showAlertDialog(context, "บันทึกสำเร็จ");
|
||||
// Utils.showAlertDialog(context, "บันทึกสำเร็จ");
|
||||
}).catchError((onError) {
|
||||
print(onError);
|
||||
});
|
||||
@@ -419,7 +419,7 @@ class _PayQrDialogV2State extends State<PayQrDialogV2> {
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
SizedBox(
|
||||
width: 106,
|
||||
width: 206,
|
||||
height: 32,
|
||||
child: Text(
|
||||
"บันทึกและปิด".tr(),
|
||||
|
||||
Reference in New Issue
Block a user