Don't terminate the stream when resigning active on tvOS

This commit is contained in:
Cameron Gutman
2020-10-18 17:43:34 -05:00
parent 96e317fe31
commit 34f8696a5e
@@ -168,11 +168,7 @@
[_inactivityTimer invalidate]; [_inactivityTimer invalidate];
} }
#if TARGET_OS_TV #if !TARGET_OS_TV
// Terminate the stream immediately on tvOS
Log(LOG_I, @"Terminating stream after resigning active");
[self returnToMainFrame];
#else
// Terminate the stream if the app is inactive for 10 seconds // Terminate the stream if the app is inactive for 10 seconds
Log(LOG_I, @"Starting inactivity termination timer"); Log(LOG_I, @"Starting inactivity termination timer");
_inactivityTimer = [NSTimer scheduledTimerWithTimeInterval:10 _inactivityTimer = [NSTimer scheduledTimerWithTimeInterval:10