update: `MessageBox`
This commit is contained in:
parent
7418eb7c05
commit
bb49aa0a06
|
@ -1041,9 +1041,7 @@ class MessageBox extends Component<IMessageBoxProps, IMessageBoxState> {
|
|||
const isAndroidTablet: Partial<IThemedTextInput> =
|
||||
isTablet && isAndroid
|
||||
? {
|
||||
// multiline: false,
|
||||
onSubmitEditing: this.submit,
|
||||
returnKeyType: 'send'
|
||||
onSubmitEditing: this.submit
|
||||
}
|
||||
: {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue