Set maxLines in LyricsView's TextFieldDialog
This commit is contained in:
@@ -44,7 +44,7 @@ fun LyricsView(
|
|||||||
hintText = "Enter the lyrics",
|
hintText = "Enter the lyrics",
|
||||||
initialTextInput = lyricsOutcome.valueOrNull ?: "",
|
initialTextInput = lyricsOutcome.valueOrNull ?: "",
|
||||||
singleLine = false,
|
singleLine = false,
|
||||||
maxLines = Int.MAX_VALUE,
|
maxLines = 10,
|
||||||
isTextInputValid = { true },
|
isTextInputValid = { true },
|
||||||
onDismiss = {
|
onDismiss = {
|
||||||
isEditingLyrics = false
|
isEditingLyrics = false
|
||||||
|
|||||||
Reference in New Issue
Block a user