Commit 8209f3f3 authored by Izol's avatar Izol

delete set state

parent 40dad977
......@@ -2128,10 +2128,8 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
if (!isProcessGet) {
isProcessGet = true;
_getQris().then((_qris) {
setState(() {
dataQris = _qris;
});
});
}
return Container(
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