diff --git a/class/app-storage.js b/class/app-storage.js index 43aeab472..d168e9f6c 100644 --- a/class/app-storage.js +++ b/class/app-storage.js @@ -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();