Skip to content

Commit

Permalink
Merge pull request #1336 from smartdevicelink/release/hotfix/6.3.1
Browse files Browse the repository at this point in the history
Hotfix Release 6.3.1
  • Loading branch information
joeljfischer committed Jul 18, 2019
2 parents 9e0d674 + 5a2dff6 commit d5ad325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartDeviceLink/SDLIAPTransport.m
Expand Up @@ -80,7 +80,7 @@ - (void)sdl_startEventListening {
*/
- (void)sdl_stopEventListening {
SDLLogV(@"SDLIAPTransport stopped listening for events");
[[EAAccessoryManager sharedAccessoryManager] unregisterForLocalNotifications];
[[NSNotificationCenter defaultCenter] removeObserver:self];
}

#pragma mark EAAccessory Notifications
Expand Down

0 comments on commit d5ad325

Please sign in to comment.