mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 12:18:10 +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();
|
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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue