mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-23 16:57:02 +00:00
Revert "Don't navigate to a host that is known to be offline"
This reverts commit 95ce78bb00.
This commit is contained in:
@@ -854,7 +854,7 @@ static NSMutableSet* hostList;
|
|||||||
delegate.shortcutCompletionHandler = nil;
|
delegate.shortcutCompletionHandler = nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (matchingHost != nil && _selectedHost != matchingHost && matchingHost.state != StateOffline) {
|
if (matchingHost != nil && _selectedHost != matchingHost) {
|
||||||
// Navigate to the host page
|
// Navigate to the host page
|
||||||
[self hostClicked:matchingHost view:nil];
|
[self hostClicked:matchingHost view:nil];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user