diff --git a/.github/workflows/pr_test_build_android.yml b/.github/workflows/pr_test_build_android.yml index 43b6ab225..9af2ffc31 100644 --- a/.github/workflows/pr_test_build_android.yml +++ b/.github/workflows/pr_test_build_android.yml @@ -87,6 +87,7 @@ jobs: cd /opt/android/cake_wallet/scripts/android/ source ./app_env.sh cakewallet ./build_haven_all.sh + ./build_monero_all.sh - name: Install Flutter dependencies run: | diff --git a/lib/src/screens/new_wallet/new_wallet_type_page.dart b/lib/src/screens/new_wallet/new_wallet_type_page.dart index 65c7bd59b..9ec056cd0 100644 --- a/lib/src/screens/new_wallet/new_wallet_type_page.dart +++ b/lib/src/screens/new_wallet/new_wallet_type_page.dart @@ -168,16 +168,17 @@ class WalletTypeFormState extends State { Future onTypeSelected() async { if (selected == null) throw Exception('Wallet Type is not selected yet.'); - if (selected == WalletType.haven && widget.isCreate) { - return await showPopUp( - context: context, - builder: (BuildContext context) => PopUpCancellableAlertDialog( - contentText: S.of(context).pause_wallet_creation, - actionButtonText: S.of(context).ok, - buttonAction: () => Navigator.of(context).pop(), - ), - ); - } + // ToDo: Recomment + // if (selected == WalletType.haven && widget.isCreate) { + // return await showPopUp( + // context: context, + // builder: (BuildContext context) => PopUpCancellableAlertDialog( + // contentText: S.of(context).pause_wallet_creation, + // actionButtonText: S.of(context).ok, + // buttonAction: () => Navigator.of(context).pop(), + // ), + // ); + // } widget.onTypeSelected(context, selected!); } diff --git a/scripts/android/build_haven_all.sh b/scripts/android/build_haven_all.sh index 717c56760..c9eb0424b 100755 --- a/scripts/android/build_haven_all.sh +++ b/scripts/android/build_haven_all.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Build all Haven Stuff +echo "Building Haven" ./build_iconv.sh ./build_boost.sh ./build_openssl.sh