summaryrefslogtreecommitdiff
path: root/platform/ios/MGLAccountManager.m
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/MGLAccountManager.m')
-rw-r--r--platform/ios/MGLAccountManager.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/ios/MGLAccountManager.m b/platform/ios/MGLAccountManager.m
index f93f379f44..09bfb3db23 100644
--- a/platform/ios/MGLAccountManager.m
+++ b/platform/ios/MGLAccountManager.m
@@ -39,11 +39,11 @@ static MGLAccountManager *_sharedManager;
return _sharedManager;
}
-+ (void) setShowsOptOutInApp:(BOOL)showsOptOut {
- [[MGLAccountManager sharedInstance] setShowsOptOutInApp:showsOptOut];
++ (void) setMapboxMetricsEnabledSettingShownInApp:(BOOL)showsOptOut {
+ [MGLAccountManager sharedInstance].showsOptOutInApp = showsOptOut;
}
-+ (BOOL) showsOptOutInApp {
++ (BOOL) mapboxMetricsEnabledSettingShownInApp {
return [MGLAccountManager sharedInstance].showsOptOutInApp;
}