mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-05-04 01:22:12 +00:00
Fix for batch sending. Add build haven for cakewallet android app.
This commit is contained in:
parent
8256664231
commit
d4b59d97de
2 changed files with 3 additions and 3 deletions
|
@ -355,8 +355,7 @@ class SendPage extends BasePage {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (state is ExecutedSuccessfullyState &&
|
if (state is ExecutedSuccessfullyState) {
|
||||||
!sendViewModel.isBatchSending) {
|
|
||||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||||
showPopUp<void>(
|
showPopUp<void>(
|
||||||
context: context,
|
context: context,
|
||||||
|
|
|
@ -9,6 +9,7 @@ DIR=$(dirname "$0")
|
||||||
|
|
||||||
case $APP_ANDROID_TYPE in
|
case $APP_ANDROID_TYPE in
|
||||||
"monero.com") $DIR/build_monero_all.sh ;;
|
"monero.com") $DIR/build_monero_all.sh ;;
|
||||||
"cakewallet") $DIR/build_monero_all.sh ;;
|
"cakewallet") $DIR/build_monero_all.sh
|
||||||
|
$DIR/build_haven.sh ;;
|
||||||
"haven") $DIR/build_haven_all.sh ;;
|
"haven") $DIR/build_haven_all.sh ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue