mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 04:13:49 +01:00
OPS: Lin t
This commit is contained in:
parent
f4b2ffaa0e
commit
5381ae0c67
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ export class AppStorage {
|
|||
};
|
||||
await WatchConnectivity.shared.sendWalletsToWatch();
|
||||
|
||||
const isStorageEncrypted = await this.storageIsEncrypted;
|
||||
const isStorageEncrypted = await this.storageIsEncrypted();
|
||||
if (isStorageEncrypted) {
|
||||
DeviceQuickActions.clearShortcutItems();
|
||||
DeviceQuickActions.removeAllWallets();
|
||||
|
|
Loading…
Add table
Reference in a new issue