Commit f77d1ec3 authored by Eugene But's avatar Eugene But Committed by Commit Bot

Stop PassKitCoordinator in clearPresentedStateWithCompletion:dismissOmnibox:

This should dismiss ‘Add to Apple Wallet’ dialog as intended by BVC.

Bug: 810379
Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs
Change-Id: Id4cb59c20adb0730808ff47492653468f2a12d18
Reviewed-on: https://chromium-review.googlesource.com/1241934
Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org>
Reviewed-by: default avatarKurt Horimoto <kkhorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593793}
parent 083e614a
...@@ -1583,6 +1583,7 @@ applicationCommandEndpoint:(id<ApplicationCommands>)applicationCommandEndpoint { ...@@ -1583,6 +1583,7 @@ applicationCommandEndpoint:(id<ApplicationCommands>)applicationCommandEndpoint {
_printController = nil; _printController = nil;
[self.dispatcher dismissPopupMenuAnimated:NO]; [self.dispatcher dismissPopupMenuAnimated:NO];
[_contextMenuCoordinator stop]; [_contextMenuCoordinator stop];
[_passKitCoordinator stop];
[self dismissRateThisAppDialog]; [self dismissRateThisAppDialog];
if (self.presentedViewController) { if (self.presentedViewController) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment