trunk #2

Merged
Guido merged 229 commits from cwtch.im/cwtch-ui:trunk into trunk 2023-04-16 14:29:14 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 3784ec04e3 - Show all commits

View File

@ -568,6 +568,7 @@ class _MessageViewState extends State<MessageView> {
focusNode: focusNode,
autofocus: !Platform.isAndroid,
textInputAction: TextInputAction.newline,
textCapitalization: TextCapitalization.sentences,
keyboardType: TextInputType.multiline,
enableIMEPersonalizedLearning: false,
minLines: 1,