Skip to content

Commit

Permalink
Merge pull request #11 from steaks/traxDistance
Browse files Browse the repository at this point in the history
Remove call to trax distance from notification app delegate
  • Loading branch information
Anu2g authored Oct 31, 2016
2 parents 8910c64 + bd7da42 commit 60119a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ios/AppDelegate+notification.m
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ - (void)application:(UIApplication *)application didReceiveRemoteNotification:(N
return;
}

if ([[self class] isTrackerPushMessage:userInfo]) {
[ TraxDistance3 checkMileageTracker ];
return;
}

// Get application state for iOS4.x+ devices, otherwise assume active
UIApplicationState appState = UIApplicationStateActive;
if ([application respondsToSelector:@selector(applicationState)]) {
Expand Down

0 comments on commit 60119a9

Please sign in to comment.