mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
ADD: Storage delete/not-delete for unencrypted storage.
This commit is contained in:
parent
4c1c2c173b
commit
5e5d7ee4f3
@ -161,16 +161,14 @@ export default class EncryptStorage extends Component {
|
||||
Component={TouchableWithoutFeedback}
|
||||
switch={{ onValueChange: this.onEncryptStorageSwitch, value: this.state.storageIsEncrypted }}
|
||||
/>
|
||||
{Platform.OS === 'ios' && this.state.storageIsEncrypted && (
|
||||
{Platform.OS === 'ios' && (
|
||||
<BlueListItem
|
||||
hideChevron
|
||||
disabled={!this.state.storageIsEncrypted}
|
||||
title="Delete if BlueWallet is uninstalled"
|
||||
Component={TouchableWithoutFeedback}
|
||||
switch={{
|
||||
onValueChange: this.onDeleteWalletsAfterUninstallSwitch,
|
||||
value: this.state.deleteWalletsAfterUninstall,
|
||||
disabled: !this.state.storageIsEncrypted,
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user