mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update WatchConnectivity.ios.js
This commit is contained in:
parent
d93d36713b
commit
46122d9c4d
@ -116,7 +116,7 @@ function WatchConnectivity() {
|
||||
if (!Array.isArray(wallets)) {
|
||||
console.log('No Wallets set to sync with Watch app. Exiting...');
|
||||
return;
|
||||
} else if (wallets.length === 0) {
|
||||
} else if (walletsInitialized && wallets.length === 0) {
|
||||
console.log('Wallets array is set. No Wallets set to sync with Watch app. Exiting...');
|
||||
updateApplicationContext({ wallets: [], randomID: Math.floor(Math.random() * 11) });
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user