Set maxLines in LyricsView's TextFieldDialog
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user