mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 15:27:49 +00:00
feat: add more accessibility labels
Adds more accessibility labels required for mobile automated testing.
This commit is contained in:
@@ -175,6 +175,8 @@ class Conference extends Component {
|
||||
render() {
|
||||
return (
|
||||
<Container
|
||||
accessibilityLabel = 'Conference'
|
||||
accessible = { false }
|
||||
onClick = { this._onClick }
|
||||
style = { styles.conference }
|
||||
touchFeedback = { false }>
|
||||
|
||||
Reference in New Issue
Block a user