Analytics: clean references to GA as we do not use it anymore

This commit is contained in:
manuroe
2018-06-27 10:43:22 +02:00
parent 054b2afded
commit 52b2f03c2f
3 changed files with 5 additions and 18 deletions
+3 -3
View File
@@ -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];
}