mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
Merge branch 'master' into handoff
This commit is contained in:
commit
c0bcd162d9
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