now stop app asset requests before attempting to start a stream

This commit is contained in:
Diego Waxemberg
2015-05-28 23:47:30 -07:00
parent 987a30e15f
commit 5296b2eb39

View File

@@ -241,6 +241,7 @@ static NSArray* appList;
_streamConfig.height = [streamSettings.height intValue];
_streamConfig.width = [streamSettings.width intValue];
[_appManager stopRetrieving];
if (currentPosition != FrontViewPositionLeft) {
[[self revealViewController] revealToggle:self];