mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
v4.29.0 Release Candidate (#2289)
* v4.29.0 Release Candidate * update versions [skip ci] * Latest Release Candidate - some UI fixes - Ledger enhancements * final RC * change ledger signing text [skip ci]
This commit is contained in:
parent
46a73de82e
commit
c2b138c65c
42 changed files with 169 additions and 141 deletions
|
@ -693,7 +693,7 @@ class SendPage extends BasePage {
|
|||
isDismissible: false,
|
||||
builder: (context) {
|
||||
dialogContext = context;
|
||||
return LoadingBottomSheet(titleText: S.of(context).device_is_signing);
|
||||
return LoadingBottomSheet(titleText: S.of(context).processing_signed_tx);
|
||||
},
|
||||
);
|
||||
});
|
||||
|
|
|
@ -48,7 +48,6 @@ class UnspentCoinsListPage extends BasePage {
|
|||
unspentCoinsListViewModel.setIsDisposing(true);
|
||||
await unspentCoinsListViewModel.dispose();
|
||||
Navigator.of(context).pop();
|
||||
Navigator.of(context).pop();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue