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 d80614efade9ba785b91fb331f4e7ef8259e022d..aaec5a47edf369e98b878dcdea5ff7ce7a124969 100644 |
--- a/ios/clean/chrome/browser/ui/tools/tools_coordinator.mm |
+++ b/ios/clean/chrome/browser/ui/tools/tools_coordinator.mm |
@@ -35,9 +35,11 @@ |
[self.context.baseViewController presentViewController:self.menuViewController |
animated:self.context.animated |
completion:nil]; |
+ [super start]; |
} |
- (void)stop { |
+ [super stop]; |
[self.menuViewController.presentingViewController |
dismissViewControllerAnimated:self.context.animated |
completion:nil]; |