don't close async

This commit is contained in:
Jaquee 2017-08-08 11:40:54 +02:00
parent 3d21b1168f
commit b8f38f29ae

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) {