summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-04-07 16:19:33 -0500
committerBrad Leege <bleege@gmail.com>2015-04-07 16:19:33 -0500
commitda106045f4f6bd6153e7411a33d474b9c1450f96 (patch)
treee125ec1493f7cdaf0af1e80b0a7a5d55ab3f717b
parentec0052bd4ecf3be7f4c46474df8bff1e7293d92e (diff)
downloadqtlocation-mapboxgl-da106045f4f6bd6153e7411a33d474b9c1450f96.tar.gz
#1216 - Commenting out pause / resume test hooks
-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