Small fix

This commit is contained in:
M66B 2020-06-21 21:06:50 +02:00
parent 874a5c396e
commit 39ced69120
1 changed files with 1 additions and 1 deletions

View File

@ -4789,7 +4789,7 @@ public class FragmentCompose extends FragmentBase {
if (event.isCtrlPressed() && event.getAction() == KeyEvent.ACTION_DOWN) { if (event.isCtrlPressed() && event.getAction() == KeyEvent.ACTION_DOWN) {
switch (event.getKeyCode()) { switch (event.getKeyCode()) {
case KeyEvent.KEYCODE_ENTER: case KeyEvent.KEYCODE_ENTER:
onAction(R.id.action_send, "enter"); onAction(R.id.action_check, "enter");
return true; return true;
case KeyEvent.KEYCODE_B: case KeyEvent.KEYCODE_B:
if (etBody.hasSelection()) if (etBody.hasSelection())