mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 12:29:31 +00:00
CAKE-184 | cleaned exchange screen when exchange confirm page was called
This commit is contained in:
parent
1afe4255a7
commit
11464a79e6
1 changed files with 1 additions and 0 deletions
|
@ -555,6 +555,7 @@ class ExchangePage extends BasePage {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (state is TradeIsCreatedSuccessfully) {
|
if (state is TradeIsCreatedSuccessfully) {
|
||||||
|
exchangeViewModel.reset();
|
||||||
Navigator.of(context).pushNamed(Routes.exchangeConfirm);
|
Navigator.of(context).pushNamed(Routes.exchangeConfirm);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue