update: `MessageBox` for Android tablets
This commit is contained in:
parent
d5ac663199
commit
7418eb7c05
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue