Commit 0497773c authored by Gandha Ryanto's avatar Gandha Ryanto

Merge remote-tracking branch 'origin/simplyfy-v2' into simplyfy-v2

parents 07b8f4fd e7f87570
......@@ -101,6 +101,7 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
double _targetDuration = 3; // Durasi yang dituju (dalam detik)
double _maxDurationPage = 3; // Durasi maksimum (dalam detik)
late Timer timerPageHome;
var infoCard,
prevInfoCard,
......@@ -2116,6 +2117,7 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
isProcessCheck = false;
isProcessGet = false;
await showDialog(
barrierDismissible: false,
context: context,
builder: (context) {
return StatefulBuilder(builder: (context, StateSetter setState) {
......
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