update: `MessageBox` for Android tablets

This commit is contained in:
Gerzon Z 2022-03-25 12:29:35 -04:00
parent d5ac663199
commit 7418eb7c05
1 changed files with 1 additions and 1 deletions

View File

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