mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-06 16:06:08 +00:00
updated build and fixed an issue with the analyzer
This commit is contained in:
@@ -202,12 +202,14 @@ static StreamConfiguration* streamConfig;
|
||||
|
||||
- (void)viewDidAppear:(BOOL)animated
|
||||
{
|
||||
[super viewDidAppear:animated];
|
||||
_mDNSManager = [[MDNSManager alloc] initWithCallback:self];
|
||||
[_mDNSManager searchForHosts];
|
||||
}
|
||||
|
||||
- (void)viewDidDisappear:(BOOL)animated
|
||||
{
|
||||
[super viewDidDisappear:animated];
|
||||
[_mDNSManager stopSearching];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user