diff options
author | NicoleYarroch <nicole@livio.io> | 2020-04-03 13:50:34 -0400 |
---|---|---|
committer | NicoleYarroch <nicole@livio.io> | 2020-04-03 13:50:34 -0400 |
commit | 672ca06da1c0cd7a0b2283a3bcefd886149ab341 (patch) | |
tree | 374400325aa2e425edd5a6aa93e347bfd636b2b3 /SmartDeviceLink/SDLSecondaryTransportManager.m | |
parent | 28cb1612a1578310b0213693c443f84c98b42cdc (diff) | |
download | sdl_ios-672ca06da1c0cd7a0b2283a3bcefd886149ab341.tar.gz |
Added test cases
Diffstat (limited to 'SmartDeviceLink/SDLSecondaryTransportManager.m')
-rw-r--r-- | SmartDeviceLink/SDLSecondaryTransportManager.m | 2 |
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 |