Skip to content

Commit

Permalink
Merge pull request #21776 from Pujan92/fix/21215
Browse files Browse the repository at this point in the history
Fix: Different sections opened clicking on empty space in thread header
  • Loading branch information
MariaHCD authored Jun 29, 2023
2 parents 5997357 + 4881553 commit d347264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/home/HeaderView.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ function HeaderView(props) {
onPress={() => {
Navigation.navigate(ROUTES.getReportRoute(props.report.parentReportID));
}}
style={[styles.alignSelfStart, styles.mw100]}
accessibilityLabel={subtitle}
accessibilityRole="link"
>
Expand Down

0 comments on commit d347264

Please sign in to comment.