update: `MessageBox`

This commit is contained in:
Gerzon Z 2022-03-28 11:26:51 -04:00
parent 7418eb7c05
commit bb49aa0a06
1 changed files with 1 additions and 3 deletions

View File

@ -1041,9 +1041,7 @@ class MessageBox extends Component<IMessageBoxProps, IMessageBoxState> {
const isAndroidTablet: Partial<IThemedTextInput> = const isAndroidTablet: Partial<IThemedTextInput> =
isTablet && isAndroid isTablet && isAndroid
? { ? {
// multiline: false, onSubmitEditing: this.submit
onSubmitEditing: this.submit,
returnKeyType: 'send'
} }
: {}; : {};