feat: matomo button color (MESSENGER-6542)

This commit is contained in:
Arnfried Griesert
2024-10-09 06:38:19 +00:00
parent df60fbd855
commit 2378429285
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1101,7 +1101,7 @@
[alert addAction:[UIAlertAction actionWithTitle:BWIL10n.bwiAnalyticsAlertCancelButton style:UIAlertActionStyleDefault handler:^(UIAlertAction * action) {
BWIAnalytics.sharedTracker.running = NO;
}]];
[alert addAction:[UIAlertAction actionWithTitle:BWIL10n.bwiAnalyticsAlertOkButton style:UIAlertActionStyleCancel handler:^(UIAlertAction * action) {
[alert addAction:[UIAlertAction actionWithTitle:BWIL10n.bwiAnalyticsAlertOkButton style:UIAlertActionStyleDefault handler:^(UIAlertAction * action) {
BWIAnalytics.sharedTracker.running = YES;
}]];
[self presentViewController:alert animated:YES completion:nil];