| Index: ios/chrome/browser/ui/payments/billing_address_selection_coordinator.mm
|
| diff --git a/ios/chrome/browser/ui/payments/billing_address_selection_coordinator.mm b/ios/chrome/browser/ui/payments/billing_address_selection_coordinator.mm
|
| index ca2f6e1ce9142b0e597d4d94644de220b16a89df..fbd18da652deeb4056a1deebd7a9e894cde89aba 100644
|
| --- a/ios/chrome/browser/ui/payments/billing_address_selection_coordinator.mm
|
| +++ b/ios/chrome/browser/ui/payments/billing_address_selection_coordinator.mm
|
| @@ -128,7 +128,7 @@ const int64_t kDelegateNotificationDelayInNanoSeconds = 0.2 * NSEC_PER_SEC;
|
| [self.addressEditCoordinator stop];
|
| self.addressEditCoordinator = nil;
|
|
|
| - if (self.mediator.state != PaymentRequestSelectorStateEdit) {
|
| + if (![self.viewController isEditing]) {
|
| // Inform |self.delegate| that |address| has been selected.
|
| [self.delegate billingAddressSelectionCoordinator:self
|
| didSelectBillingAddress:address];
|
|
|