summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLStreamingMediaLifecycleManager.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLStreamingMediaLifecycleManager.m')
-rw-r--r--SmartDeviceLink/SDLStreamingMediaLifecycleManager.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/SmartDeviceLink/SDLStreamingMediaLifecycleManager.m b/SmartDeviceLink/SDLStreamingMediaLifecycleManager.m
index 9e37dd472..24248a938 100644
--- a/SmartDeviceLink/SDLStreamingMediaLifecycleManager.m
+++ b/SmartDeviceLink/SDLStreamingMediaLifecycleManager.m
@@ -269,10 +269,6 @@ typedef void(^SDLVideoCapabilityResponseHandler)(SDLVideoStreamingCapability *_N
// We should be waiting to start any OpenGL drawing until UIApplicationDidBecomeActive is called.
- (void)didEnterStateAppActive {
SDLLogD(@"App became active");
- if (!self.protocol) { return; }
-
- [self sdl_startVideoSession];
- [self sdl_startAudioSession];
}
#pragma mark Video Streaming