mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 04:13:49 +01:00
Update WatchConnectivity.ios.js
This commit is contained in:
parent
d93d36713b
commit
46122d9c4d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue