mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 13:14:39 +00:00
Small fix
This commit is contained in:
parent
874a5c396e
commit
39ced69120
1 changed files with 1 additions and 1 deletions
|
@ -4789,7 +4789,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
if (event.isCtrlPressed() && event.getAction() == KeyEvent.ACTION_DOWN) {
|
||||
switch (event.getKeyCode()) {
|
||||
case KeyEvent.KEYCODE_ENTER:
|
||||
onAction(R.id.action_send, "enter");
|
||||
onAction(R.id.action_check, "enter");
|
||||
return true;
|
||||
case KeyEvent.KEYCODE_B:
|
||||
if (etBody.hasSelection())
|
||||
|
|
Loading…
Reference in a new issue