Set maxLines in LyricsView's TextFieldDialog
This commit is contained in:
parent
8c33a61705
commit
f47e518e26
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue