mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 04:36:58 +02:00
MESSENGER-4101 matomo consent changes
This commit is contained in:
@@ -1123,9 +1123,7 @@
|
||||
[alert addAction:[UIAlertAction actionWithTitle:BWIL10n.bwiAnalyticsAlertOkButton style:UIAlertActionStyleCancel handler:^(UIAlertAction * action) {
|
||||
BWIAnalytics.sharedTracker.running = YES;
|
||||
}]];
|
||||
[self presentViewController:alert animated:YES completion:^() {
|
||||
[BWIAnalytics.sharedTracker setPromtShown:YES];
|
||||
}];
|
||||
[self presentViewController:alert animated:YES completion:nil];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user