mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Allow multi-line entry in note field.
This commit is contained in:
@@ -290,10 +290,8 @@ private fun NicknameContent(
|
||||
clearable = false,
|
||||
enabled = true,
|
||||
onValueChange = callback::onNoteChanged,
|
||||
keyboardActions = KeyboardActions(onDone = {
|
||||
callback.onSaveClick()
|
||||
}),
|
||||
keyboardOptions = KeyboardOptions(imeAction = ImeAction.Done),
|
||||
keyboardActions = KeyboardActions.Default,
|
||||
keyboardOptions = KeyboardOptions.Default,
|
||||
charactersRemaining = state.noteCharactersRemaining,
|
||||
modifier = Modifier
|
||||
.focusRequester(noteFocusRequester)
|
||||
|
||||
Reference in New Issue
Block a user