Merge pull request #151 from cake-tech/CAKE-184-clean-exchange-screen-after-exchange

CAKE-184 | cleaned exchange screen when exchange confirm page was called
This commit is contained in:
M 2020-12-03 18:09:33 +02:00
commit c8da3a697a

View file

@ -555,6 +555,7 @@ class ExchangePage extends BasePage {
});
}
if (state is TradeIsCreatedSuccessfully) {
exchangeViewModel.reset();
Navigator.of(context).pushNamed(Routes.exchangeConfirm);
}
});