| Index: ios/clean/chrome/browser/ui/tools/tools_coordinator.mm
|
| diff --git a/ios/clean/chrome/browser/ui/tools/tools_coordinator.mm b/ios/clean/chrome/browser/ui/tools/tools_coordinator.mm
|
| index ec262fcd41d659e96d0dd6ea4a2cd09615776737..d139b8748acfc0aac40657b09b4afd129f861560 100644
|
| --- a/ios/clean/chrome/browser/ui/tools/tools_coordinator.mm
|
| +++ b/ios/clean/chrome/browser/ui/tools/tools_coordinator.mm
|
| @@ -38,8 +38,9 @@
|
| }
|
|
|
| - (void)stop {
|
| - [self.menuViewController dismissViewControllerAnimated:self.context.animated
|
| - completion:nil];
|
| + [self.menuViewController.presentingViewController
|
| + dismissViewControllerAnimated:self.context.animated
|
| + completion:nil];
|
| }
|
|
|
| #pragma mark - UIViewControllerTransitioningDelegate
|
|
|