Add missing accessibility ids in block list view.

pull/2/head
Matthew Chen 6 years ago
parent 3397c257d9
commit 8bcc19e36c

@ -65,6 +65,9 @@ NSString *const kSelectRecipientViewControllerCellIdentifier = @"kSelectRecipien
self.tableViewController.tableView.scrollEnabled = NO;
}
// These subviews are lazy-created; ensure they exist now.
[self phoneNumberButton];
[self phoneNumberTextField];
SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _countryCodeButton);
SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _phoneNumberTextField);
SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _phoneNumberButton);

Loading…
Cancel
Save