Skip to content

Commit

Permalink
Merge pull request #3415 from TwizzyIndy/twizzyindy-accessibilityImpr…
Browse files Browse the repository at this point in the history
…ovements

iOS - Plus green button isn't announced via Voiceover
  • Loading branch information
Gonals authored Jun 9, 2021
2 parents 62b77d2 + 5443259 commit 5784b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/sidebar/SidebarScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class SidebarScreen extends Component {
/>
<FAB
accessibilityLabel={this.props.translate('sidebarScreen.fabNewChat')}
accessibilityRole="menu"
accessibilityRole="button"
isActive={this.state.isCreateMenuActive}
onPress={this.toggleCreateMenu}
/>
Expand Down

0 comments on commit 5784b79

Please sign in to comment.