summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-03-25 13:35:50 -0400
committerGitHub <noreply@github.com>2019-03-25 13:35:50 -0400
commitc7fbc61729b97196c8920b5447d8845f064cabb9 (patch)
tree82c7930b285658cc880b9a54e6dab8d6b6fc3ff9
parent230eeef59eaf1ebeb2aec63f5f04f81c4e4d3009 (diff)
parent3a27533c35eb4d702708f53ae4fcb154607f8c9b (diff)
downloadsdl_ios-c7fbc61729b97196c8920b5447d8845f064cabb9.tar.gz
Merge pull request #1205 from smartdevicelink/bugfix/pr_1200_app_services_capability_clear
Clear appServicesCapability in systemCapabilityManager on stop
-rw-r--r--SmartDeviceLink/SDLSystemCapabilityManager.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLSystemCapabilityManager.m b/SmartDeviceLink/SDLSystemCapabilityManager.m
index 108b008b9..04d991e66 100644
--- a/SmartDeviceLink/SDLSystemCapabilityManager.m
+++ b/SmartDeviceLink/SDLSystemCapabilityManager.m
@@ -80,6 +80,7 @@ NS_ASSUME_NONNULL_BEGIN
_phoneCapability = nil;
_videoStreamingCapability = nil;
_remoteControlCapability = nil;
+ _appServicesCapabilities = nil;
}