Commit 8209f3f3 authored by Izol's avatar Izol

delete set state

parent 40dad977
...@@ -2128,10 +2128,8 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback { ...@@ -2128,10 +2128,8 @@ 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(
padding: padding:
......
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