From 418fdb62d30d9ecacb426b2ceecc18b0b6746139 Mon Sep 17 00:00:00 2001 From: OmarHatem Date: Thu, 29 May 2025 18:09:39 +0300 Subject: [PATCH] v5.0.1 [skip ci] --- assets/text/Release_Notes.txt | 1 - cw_bitcoin/pubspec.lock | 2 +- lib/src/screens/exchange_trade/exchange_trade_page.dart | 4 +++- scripts/android/app_env.sh | 4 ++-- scripts/ios/app_env.sh | 4 ++-- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/assets/text/Release_Notes.txt b/assets/text/Release_Notes.txt index b68800bd9..6afc88fa1 100644 --- a/assets/text/Release_Notes.txt +++ b/assets/text/Release_Notes.txt @@ -1,5 +1,4 @@ New themes and UI/UX improvements -Silent Payments scanning fix Payjoin enhancements Ledger flow enhancements Bug fixes \ No newline at end of file diff --git a/cw_bitcoin/pubspec.lock b/cw_bitcoin/pubspec.lock index c00c2839a..77037a979 100644 --- a/cw_bitcoin/pubspec.lock +++ b/cw_bitcoin/pubspec.lock @@ -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" diff --git a/lib/src/screens/exchange_trade/exchange_trade_page.dart b/lib/src/screens/exchange_trade/exchange_trade_page.dart index 70e959b00..cd118f945 100644 --- a/lib/src/screens/exchange_trade/exchange_trade_page.dart +++ b/lib/src/screens/exchange_trade/exchange_trade_page.dart @@ -294,7 +294,9 @@ class ExchangeTradeState extends State { .pendingTransactionFeeFiatAmountFormatted, outputs: widget.exchangeTradeViewModel.sendViewModel.outputs, onSlideComplete: () async { - Navigator.of(bottomSheetContext).pop(); + if (bottomSheetContext.mounted) { + Navigator.of(bottomSheetContext).pop(); + } widget.exchangeTradeViewModel.sendViewModel.commitTransaction(context); }, ); diff --git a/scripts/android/app_env.sh b/scripts/android/app_env.sh index b768ea3c3..a4ab28ed7 100644 --- a/scripts/android/app_env.sh +++ b/scripts/android/app_env.sh @@ -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" diff --git a/scripts/ios/app_env.sh b/scripts/ios/app_env.sh index f8b9057fb..b7cc58a73 100644 --- a/scripts/ios/app_env.sh +++ b/scripts/ios/app_env.sh @@ -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"