Fix Android Profile Export #579

Merged
dan merged 3 commits from android_export into trunk 2022-11-29 22:14:35 +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,