| Index: remoting/ios/app/remoting_view_controller.mm
|
| diff --git a/remoting/ios/app/remoting_view_controller.mm b/remoting/ios/app/remoting_view_controller.mm
|
| index 627ffaf76fda750a897ee7a2c2b072a4c389c577..215fd4b3357a0fc947cf32824b7db42862a10ee8 100644
|
| --- a/remoting/ios/app/remoting_view_controller.mm
|
| +++ b/remoting/ios/app/remoting_view_controller.mm
|
| @@ -188,6 +188,7 @@ static CGFloat kHostInset = 5.f;
|
| - (void)clientConnected {
|
| HostViewController* hostViewController =
|
| [[HostViewController alloc] initWithClient:_client];
|
| + _client = nil;
|
| [self presentViewController:hostViewController animated:YES completion:nil];
|
| }
|
|
|
|
|