| Index: ios/chrome/browser/ui/payments/contact_info_selection_coordinator.mm
|
| diff --git a/ios/chrome/browser/ui/payments/contact_info_selection_coordinator.mm b/ios/chrome/browser/ui/payments/contact_info_selection_coordinator.mm
|
| index 84890e63b1d312946a562014c6f1909d18106742..b4e6c31a86eb9cffebaafdba8e801754bef7cf8c 100644
|
| --- a/ios/chrome/browser/ui/payments/contact_info_selection_coordinator.mm
|
| +++ b/ios/chrome/browser/ui/payments/contact_info_selection_coordinator.mm
|
| @@ -131,7 +131,7 @@ const int64_t kDelegateNotificationDelayInNanoSeconds = 0.2 * NSEC_PER_SEC;
|
| [self.contactInfoEditCoordinator stop];
|
| self.contactInfoEditCoordinator = nil;
|
|
|
| - if (self.mediator.state != PaymentRequestSelectorStateEdit) {
|
| + if (![self.viewController isEditing]) {
|
| // Inform |self.delegate| that |profile| has been selected.
|
| [self.delegate contactInfoSelectionCoordinator:self
|
| didSelectContactProfile:profile];
|
|
|