File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
FlowCrypt/src/main/res/layout Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171 android : layout_width =" match_parent"
7272 android : layout_height =" wrap_content"
7373 android : hint =" @string/prompt_subject"
74- android : inputType =" textEmailSubject"
74+ android : inputType =" textEmailSubject|textCapSentences|textAutoCorrect "
7575 android : maxLines =" 1" />
7676
7777 </android .support.design.widget.TextInputLayout>
8686 android : layout_width =" match_parent"
8787 android : layout_height =" wrap_content"
8888 android : hint =" @string/prompt_compose_security_email"
89- android : inputType =" textCapSentences|textMultiLine" />
89+ android : inputType =" textCapSentences|textMultiLine|textAutoCorrect " />
9090
9191 </android .support.design.widget.TextInputLayout>
9292
Original file line number Diff line number Diff line change 6969 android : layout_width =" match_parent"
7070 android : layout_height =" wrap_content"
7171 android : hint =" @string/prompt_compose_security_email"
72- android : inputType =" textCapSentences|textMultiLine" />
72+ android : inputType =" textCapSentences|textMultiLine|textAutoCorrect " />
7373
7474 </android .support.design.widget.TextInputLayout>
7575
You can’t perform that action at this time.
0 commit comments