Commit 990998d5 authored by Gandha Ryanto's avatar Gandha Ryanto

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

parents dd3ee0a8 8209f3f3
...@@ -2128,9 +2128,7 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback { ...@@ -2128,9 +2128,7 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
if (!isProcessGet) { if (!isProcessGet) {
isProcessGet = true; isProcessGet = true;
_getQris().then((_qris) { _getQris().then((_qris) {
setState(() {
dataQris = _qris; dataQris = _qris;
});
}); });
} }
return Container( return Container(
......
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