mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-08-29 07:16:08 +00:00
Keep Cashu composer preview compact
This commit is contained in:
parent
adce27c0d1
commit
6f4f6b988b
@ -438,6 +438,7 @@ fun MessageInput(
|
||||
keyboardActions = KeyboardActions(onSend = {
|
||||
if (hasText) onSend()
|
||||
}),
|
||||
singleLine = cashuToken != null,
|
||||
// Cap the growth so a pasted wall of text cannot swallow the message list.
|
||||
maxLines = 6,
|
||||
visualTransformation = remember(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user