mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-04 23:16:10 +00:00
now stop app asset requests before attempting to start a stream
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user