summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLStreamingMediaConfiguration.m
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-11-28 15:18:16 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-11-28 15:18:16 -0500
commit315e7414b8c48da82a78e8cfbd51c8acd64c5b68 (patch)
treeb5312e74bec6694079de66a1aca10f62c95b2f5c /SmartDeviceLink/SDLStreamingMediaConfiguration.m
parent978e93b4b8a79f71b201b798ed2dfc2e5df64bac (diff)
downloadsdl_ios-315e7414b8c48da82a78e8cfbd51c8acd64c5b68.tar.gz
Fixed several bugs with new lock screen presenter
* Integrated CarWindow into existing SMM
Diffstat (limited to 'SmartDeviceLink/SDLStreamingMediaConfiguration.m')
-rw-r--r--SmartDeviceLink/SDLStreamingMediaConfiguration.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/SmartDeviceLink/SDLStreamingMediaConfiguration.m b/SmartDeviceLink/SDLStreamingMediaConfiguration.m
index 5e42a7f08..14240cfc4 100644
--- a/SmartDeviceLink/SDLStreamingMediaConfiguration.m
+++ b/SmartDeviceLink/SDLStreamingMediaConfiguration.m
@@ -39,10 +39,6 @@ NS_ASSUME_NONNULL_BEGIN
_dataSource = dataSource;
_rootViewController = rootViewController;
- if (rootViewController == nil) {
- _disableAutomaticVideoStream = YES;
- }
-
return self;
}