mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 04:32:02 +00:00
Force full screen in horizontal mode
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
f3a32f8f6d
commit
195c70606f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user