Merge branch 'master' into handoff

This commit is contained in:
Marcos Rodriguez Vélez 2021-09-25 13:19:44 -04:00
commit c0bcd162d9

View file

@ -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(() => {