mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-19 22:22:14 +02:00
Analytics: clean references to GA as we do not use it anymore
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
// (Check whether 'enableCrashReport' flag has been set once)
|
||||
if (![[NSUserDefaults standardUserDefaults] objectForKey:@"enableCrashReport"])
|
||||
{
|
||||
[self promptUserBeforeUsingGoogleAnalytics];
|
||||
[self promptUserBeforeUsingAnalytics];
|
||||
}
|
||||
|
||||
[self refreshTabBarBadges];
|
||||
@@ -771,7 +771,7 @@
|
||||
|
||||
#pragma mark -
|
||||
|
||||
- (void)promptUserBeforeUsingGoogleAnalytics
|
||||
- (void)promptUserBeforeUsingAnalytics
|
||||
{
|
||||
NSLog(@"[MasterTabBarController]: Invite the user to send crash reports");
|
||||
|
||||
@@ -815,7 +815,7 @@
|
||||
|
||||
}]];
|
||||
|
||||
[currentAlert mxk_setAccessibilityIdentifier: @"HomeVCUseGoogleAnalyticsAlert"];
|
||||
[currentAlert mxk_setAccessibilityIdentifier: @"HomeVCUseAnalyticsAlert"];
|
||||
[self presentViewController:currentAlert animated:YES completion:nil];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user