summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-03-25 12:04:59 -0400
committerJoel Fischer <joeljfischer@gmail.com>2019-03-25 12:04:59 -0400
commit3a27533c35eb4d702708f53ae4fcb154607f8c9b (patch)
treebdd43e1bc3ae09f8164d06ea34141b0a4211933d
parent8cdf2140dae5388444f699e7b46d96dfd5321494 (diff)
downloadsdl_ios-3a27533c35eb4d702708f53ae4fcb154607f8c9b.tar.gz
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;
}