From bb49aa0a063cff90ea204ef136157ae15bff3106 Mon Sep 17 00:00:00 2001 From: Gerzon Z Date: Mon, 28 Mar 2022 11:26:51 -0400 Subject: [PATCH] update: `MessageBox` --- app/containers/MessageBox/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/containers/MessageBox/index.tsx b/app/containers/MessageBox/index.tsx index bdddbc123..d3b15e246 100644 --- a/app/containers/MessageBox/index.tsx +++ b/app/containers/MessageBox/index.tsx @@ -1041,9 +1041,7 @@ class MessageBox extends Component { const isAndroidTablet: Partial = isTablet && isAndroid ? { - // multiline: false, - onSubmitEditing: this.submit, - returnKeyType: 'send' + onSubmitEditing: this.submit } : {};