Commit 8209f3f3 authored by Izol's avatar Izol

delete set state

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