don't close async

This commit is contained in:
Jaquee 2017-08-08 11:40:54 +02:00
parent 3d21b1168f
commit b8f38f29ae
1 changed files with 3 additions and 5 deletions

View File

@ -244,12 +244,10 @@ ApplicationWindow {
middlePanel.sweepUnmixableClicked.disconnect(handleSweepUnmixable);
middlePanel.checkPaymentClicked.disconnect(handleCheckPayment);
}
currentWallet = undefined;
if (isIOS) {
console.log("closing sync - ios")
walletManager.closeWallet();
} else
walletManager.closeWalletAsync();
walletManager.closeWallet();
}
function connectWallet(wallet) {