Revert "Don't navigate to a host that is known to be offline"

This reverts commit 95ce78bb00.
This commit is contained in:
Cameron Gutman
2019-11-05 20:30:17 -08:00
parent 1757359fbf
commit 2577f581ba

View File

@@ -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];
}