mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-13 15:54:59 +01: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 -> {
|
messageInputView.setInputListener(input -> {
|
||||||
sendMessage(input, 1);
|
sendMessage(input, 1);
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user