diff --git a/SignalMessaging/ViewControllers/SelectRecipientViewController.m b/SignalMessaging/ViewControllers/SelectRecipientViewController.m index 4319895d8..d93b57015 100644 --- a/SignalMessaging/ViewControllers/SelectRecipientViewController.m +++ b/SignalMessaging/ViewControllers/SelectRecipientViewController.m @@ -64,6 +64,12 @@ NSString *const kSelectRecipientViewControllerCellIdentifier = @"kSelectRecipien if (self.delegate.shouldHideContacts) { self.tableViewController.tableView.scrollEnabled = NO; } + + SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _countryCodeButton); + SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _phoneNumberTextField); + SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _phoneNumberButton); + SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _examplePhoneNumberLabel); + SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _tableViewController); } - (void)viewDidLoad