mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
minor fix [skip ci]
This commit is contained in:
parent
e42d49f3ed
commit
206c7159c2
5 changed files with 83 additions and 25 deletions
|
@ -525,6 +525,10 @@ class SendPage extends BasePage {
|
|||
if (state is TransactionCommitted) {
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) async {
|
||||
|
||||
if (!context.mounted) {
|
||||
return;
|
||||
}
|
||||
|
||||
final successMessage = S.of(context).send_success(
|
||||
sendViewModel.selectedCryptoCurrency.toString());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue