mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 02:20:53 +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;
|
||||
}
|
||||
|
||||
if (matchingHost != nil && _selectedHost != matchingHost && matchingHost.state != StateOffline) {
|
||||
if (matchingHost != nil && _selectedHost != matchingHost) {
|
||||
// Navigate to the host page
|
||||
[self hostClicked:matchingHost view:nil];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user