Skip to content
Snippets Groups Projects
Commit a5d27930 authored by vjrj's avatar vjrj
Browse files

Fix bux when people change of tab in a transaction

parent 5fdaea4c
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,7 @@ class _FirstScreenState extends State<FirstScreen> { ...@@ -39,6 +39,7 @@ class _FirstScreenState extends State<FirstScreen> {
); );
} }
}); });
context.read<PaymentCubit>().notSent();
return BlocBuilder<PaymentCubit, PaymentState>( return BlocBuilder<PaymentCubit, PaymentState>(
builder: (BuildContext context, PaymentState state) => builder: (BuildContext context, PaymentState state) =>
Stack(children: <Widget>[ Stack(children: <Widget>[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment