OPS: Lin t

This commit is contained in:
marcosrdz 2020-04-07 13:27:01 -04:00 committed by Overtorment
parent f4b2ffaa0e
commit 5381ae0c67

View file

@ -303,7 +303,7 @@ export class AppStorage {
}; };
await WatchConnectivity.shared.sendWalletsToWatch(); await WatchConnectivity.shared.sendWalletsToWatch();
const isStorageEncrypted = await this.storageIsEncrypted; const isStorageEncrypted = await this.storageIsEncrypted();
if (isStorageEncrypted) { if (isStorageEncrypted) {
DeviceQuickActions.clearShortcutItems(); DeviceQuickActions.clearShortcutItems();
DeviceQuickActions.removeAllWallets(); DeviceQuickActions.removeAllWallets();