Skip to content

Commit

Permalink
Set maxLines in LyricsView's TextFieldDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
vfsfitvnm committed Jun 15, 2022
1 parent 8c33a61 commit f47e518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fun LyricsView(
hintText = "Enter the lyrics",
initialTextInput = lyricsOutcome.valueOrNull ?: "",
singleLine = false,
maxLines = Int.MAX_VALUE,
maxLines = 10,
isTextInputValid = { true },
onDismiss = {
isEditingLyrics = false
Expand Down

0 comments on commit f47e518

Please sign in to comment.