mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix accessibility of UIContactCell, thanks Marten.
This commit is contained in:
parent
29f1c7f791
commit
dbcc52091a
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
|||
[self setHighlighted:false animated:true];
|
||||
}
|
||||
|
||||
- (NSString *)accessibilityValue {
|
||||
- (NSString *)accessibilityLabel {
|
||||
return [NSString stringWithFormat:@"%@ %@", firstNameLabel.text, lastNameLabel.text];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue