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
wownero
M 4 years ago
commit c8da3a697a

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

Loading…
Cancel
Save