Skip to content

Commit

Permalink
Merge pull request #22777 from allroundexperts/fix-22453
Browse files Browse the repository at this point in the history
fix: android truncating text incorrectly
  • Loading branch information
srikarparsi authored Jul 13, 2023
2 parents 22b9aa4 + 302b159 commit 2454ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/tasks/NewTaskPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ function NewTaskPage(props) {
onPress={() => Navigation.navigate(ROUTES.NEW_TASK_DESCRIPTION)}
shouldShowRightIcon
numberOfLinesTitle={2}
titleStyle={styles.flex1}
/>
<MenuItem
label={assignee.displayName ? props.translate('task.assignee') : ''}
Expand Down

0 comments on commit 2454ea8

Please sign in to comment.