Commit 17ebf7e5 authored by Izol's avatar Izol

added validation button cek status

parent eda93267
...@@ -2213,6 +2213,7 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback { ...@@ -2213,6 +2213,7 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
Navigator.pop(context); Navigator.pop(context);
showPop(approvalCode); showPop(approvalCode);
} else { } else {
isProcessCheck = false;
AwesomeDialog( AwesomeDialog(
context: context, context: context,
dialogType: DialogType.error, dialogType: DialogType.error,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment