| Index: remoting/client/ios/app/host_collection_view_controller.mm
|
| diff --git a/remoting/client/ios/app/host_collection_view_controller.mm b/remoting/client/ios/app/host_collection_view_controller.mm
|
| index ffe882a5380de79def2950606a562d1f0547d808..4e90dc22085e41ae6692afd52550fabd266c6a4b 100644
|
| --- a/remoting/client/ios/app/host_collection_view_controller.mm
|
| +++ b/remoting/client/ios/app/host_collection_view_controller.mm
|
| @@ -80,7 +80,7 @@ static UIColor* kBackgroundColor =
|
| forIndexPath:indexPath];
|
| HostInfo* host = [_delegate getHostAtIndexPath:indexPath];
|
| if (host) {
|
| - [cell populateContentWithTitle:host.hostName status:host.status];
|
| + [cell populateContentWithHostInfo:host];
|
| }
|
| return cell;
|
| }
|
|
|