mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-02 03:06:26 +00:00
don't close async
This commit is contained in:
parent
3d21b1168f
commit
b8f38f29ae
1 changed files with 3 additions and 5 deletions
8
main.qml
8
main.qml
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue