summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSecondaryTransportManager.m
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2020-04-03 13:50:34 -0400
committerNicoleYarroch <nicole@livio.io>2020-04-03 13:50:34 -0400
commit672ca06da1c0cd7a0b2283a3bcefd886149ab341 (patch)
tree374400325aa2e425edd5a6aa93e347bfd636b2b3 /SmartDeviceLink/SDLSecondaryTransportManager.m
parent28cb1612a1578310b0213693c443f84c98b42cdc (diff)
downloadsdl_ios-672ca06da1c0cd7a0b2283a3bcefd886149ab341.tar.gz
Added test cases
Diffstat (limited to 'SmartDeviceLink/SDLSecondaryTransportManager.m')
-rw-r--r--SmartDeviceLink/SDLSecondaryTransportManager.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLSecondaryTransportManager.m b/SmartDeviceLink/SDLSecondaryTransportManager.m
index 169a4aa4d..bf8b5a5eb 100644
--- a/SmartDeviceLink/SDLSecondaryTransportManager.m
+++ b/SmartDeviceLink/SDLSecondaryTransportManager.m
@@ -111,7 +111,7 @@ struct TransportProtocolUpdated {
@property (strong, nonatomic, nullable) SDLHMILevel currentHMILevel;
/// A background task used to close the secondary transport before the app is suspended.
-@property (copy, nonatomic) SDLBackgroundTaskManager *backgroundTaskManager;
+@property (strong, nonatomic) SDLBackgroundTaskManager *backgroundTaskManager;
@end