summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ios/app/MBXAppDelegate.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/ios/app/MBXAppDelegate.m b/ios/app/MBXAppDelegate.m
index 75e02c9980..f2ef69ec63 100644
--- a/ios/app/MBXAppDelegate.m
+++ b/ios/app/MBXAppDelegate.m
@@ -13,6 +13,7 @@
return YES;
}
+/**
- (void)applicationWillEnterForeground:(UIApplication *)application
{
// Example of how to resume Metrics Collection
@@ -32,6 +33,6 @@
// via any CLLocationManager instance it may have.
[MGLMapboxEvents pauseMetricsCollection];
}
-
+*/
@end