mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
FIX: Remove UDID if user disabled analytics
This commit is contained in:
parent
6766d9173f
commit
f873f155c3
@ -37,6 +37,8 @@ NSUserDefaults *group = [[NSUserDefaults alloc] initWithSuiteName:@"group.io.blu
|
||||
[self copyDeviceUID];
|
||||
|
||||
#endif
|
||||
} else {
|
||||
[NSUserDefaults.standardUserDefaults setValue:@"" forKey:@"deviceUIDCopy"];
|
||||
}
|
||||
|
||||
[self addSplashScreenView];
|
||||
|
Loading…
Reference in New Issue
Block a user