Enable Haven Wallet Creation for testing

This commit is contained in:
Konstantin Ullrich 2024-08-23 20:45:43 +02:00
parent 6666b0c1bd
commit a776b1d203
No known key found for this signature in database
GPG key ID: E9562A013280F5DB
3 changed files with 13 additions and 11 deletions

View file

@ -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: |

View file

@ -168,16 +168,17 @@ class WalletTypeFormState extends State<WalletTypeForm> {
Future<void> onTypeSelected() async {
if (selected == null) throw Exception('Wallet Type is not selected yet.');
if (selected == WalletType.haven && widget.isCreate) {
return await showPopUp<void>(
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<void>(
// 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!);
}

View file

@ -1,6 +1,6 @@
#!/bin/bash
# Build all Haven Stuff
echo "Building Haven"
./build_iconv.sh
./build_boost.sh
./build_openssl.sh