Skip to content

Commit

Permalink
setting alternateTextMaxLines to undefined on priority page to fix th…
Browse files Browse the repository at this point in the history
…e crash on android
  • Loading branch information
priyeshshah11 committed Apr 7, 2023
1 parent 4da4d3a commit bdf2820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/settings/Preferences/PriorityModePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const PriorityModePage = (props) => {
text: mode.label,
alternateText: mode.description,

// Set max line to 0 to reset line restriction
alternateTextMaxLines: 0,
// Set max line to undefined to reset line restriction
alternateTextMaxLines: undefined,
keyForList: key,

// Include the green checkmark icon to indicate the currently selected value
Expand Down

0 comments on commit bdf2820

Please sign in to comment.