mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
v5.0.1 [skip ci]
This commit is contained in:
parent
d332377a2b
commit
418fdb62d3
5 changed files with 8 additions and 7 deletions
|
@ -1,5 +1,4 @@
|
|||
New themes and UI/UX improvements
|
||||
Silent Payments scanning fix
|
||||
Payjoin enhancements
|
||||
Ledger flow enhancements
|
||||
Bug fixes
|
|
@ -80,7 +80,7 @@ packages:
|
|||
description:
|
||||
path: "."
|
||||
ref: cake-update-v9
|
||||
resolved-ref: "86969a14e337383e14965f5fb45a72a63e5009bc"
|
||||
resolved-ref: bb4318511312a454fd91bf49042e25ecc855e4ac
|
||||
url: "https://github.com/cake-tech/bitcoin_base"
|
||||
source: git
|
||||
version: "4.7.0"
|
||||
|
|
|
@ -294,7 +294,9 @@ class ExchangeTradeState extends State<ExchangeTradeForm> {
|
|||
.pendingTransactionFeeFiatAmountFormatted,
|
||||
outputs: widget.exchangeTradeViewModel.sendViewModel.outputs,
|
||||
onSlideComplete: () async {
|
||||
Navigator.of(bottomSheetContext).pop();
|
||||
if (bottomSheetContext.mounted) {
|
||||
Navigator.of(bottomSheetContext).pop();
|
||||
}
|
||||
widget.exchangeTradeViewModel.sendViewModel.commitTransaction(context);
|
||||
},
|
||||
);
|
||||
|
|
|
@ -21,8 +21,8 @@ MONERO_COM_PACKAGE="com.monero.app"
|
|||
MONERO_COM_SCHEME="monero.com"
|
||||
|
||||
CAKEWALLET_NAME="Cake Wallet"
|
||||
CAKEWALLET_VERSION="5.0.0"
|
||||
CAKEWALLET_BUILD_NUMBER=263
|
||||
CAKEWALLET_VERSION="5.0.1"
|
||||
CAKEWALLET_BUILD_NUMBER=264
|
||||
CAKEWALLET_BUNDLE_ID="com.cakewallet.cake_wallet"
|
||||
CAKEWALLET_PACKAGE="com.cakewallet.cake_wallet"
|
||||
CAKEWALLET_SCHEME="cakewallet"
|
||||
|
|
|
@ -17,8 +17,8 @@ MONERO_COM_BUILD_NUMBER=125
|
|||
MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
|
||||
|
||||
CAKEWALLET_NAME="Cake Wallet"
|
||||
CAKEWALLET_VERSION="5.0.0"
|
||||
CAKEWALLET_BUILD_NUMBER=321
|
||||
CAKEWALLET_VERSION="5.0.1"
|
||||
CAKEWALLET_BUILD_NUMBER=322
|
||||
CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue