diff options
author | Brad Leege <bleege@gmail.com> | 2015-04-07 16:19:33 -0500 |
---|---|---|
committer | Brad Leege <bleege@gmail.com> | 2015-04-07 16:19:33 -0500 |
commit | da106045f4f6bd6153e7411a33d474b9c1450f96 (patch) | |
tree | e125ec1493f7cdaf0af1e80b0a7a5d55ab3f717b /ios | |
parent | ec0052bd4ecf3be7f4c46474df8bff1e7293d92e (diff) | |
download | qtlocation-mapboxgl-da106045f4f6bd6153e7411a33d474b9c1450f96.tar.gz |
#1216 - Commenting out pause / resume test hooks
Diffstat (limited to 'ios')
-rw-r--r-- | ios/app/MBXAppDelegate.m | 3 |
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 |