mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
Update BlueApp.ts
This commit is contained in:
parent
ff624b3140
commit
7fc24f8f90
@ -871,7 +871,7 @@ export class AppStorage {
|
||||
}
|
||||
} catch (_) {}
|
||||
const doNotTrackValue = await DefaultPreference.get(AppStorage.DO_NOT_TRACK);
|
||||
return doNotTrackValue === '1' ?? false ;
|
||||
return doNotTrackValue === '1' || false;
|
||||
};
|
||||
|
||||
setDoNotTrack = async (value: boolean) => {
|
||||
|
Loading…
Reference in New Issue
Block a user