From da106045f4f6bd6153e7411a33d474b9c1450f96 Mon Sep 17 00:00:00 2001 From: Brad Leege Date: Tue, 7 Apr 2015 16:19:33 -0500 Subject: #1216 - Commenting out pause / resume test hooks --- ios/app/MBXAppDelegate.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ios') 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 -- cgit v1.2.1