Set maxLines in LyricsView's TextFieldDialog

This commit is contained in:
vfsfitvnm 2022-06-15 18:24:40 +02:00
parent 8c33a61705
commit f47e518e26

View file

@ -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