Force full screen in horizontal mode

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-08-09 21:08:33 +02:00
parent f3a32f8f6d
commit 195c70606f

View File

@ -398,7 +398,6 @@ public class ChatController extends BaseController implements MessagesListAdapte
});
messageInputView.getInputEditText().setImeOptions(EditorInfo.IME_FLAG_NO_EXTRACT_UI);
messageInputView.setInputListener(input -> {
sendMessage(input, 1);
return true;