mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
Update storage-context.js
This commit is contained in:
parent
a0c9ea9be3
commit
c17ac74da6
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ export const BlueStorageProvider = ({ children }) => {
|
|||
|
||||
useEffect(() => {
|
||||
console.log(`Privacy blur: ${isPrivacyBlurEnabled}`);
|
||||
if (!isPrivacyBlurEnabled) {
|
||||
Alert.alert('', 'Privacy blur has been disabled.');
|
||||
}
|
||||
}, [isPrivacyBlurEnabled]);
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue