Skip to content

Commit

Permalink
Fixed a regression in multi-line edit support
Browse files Browse the repository at this point in the history
Fixed #3850
  • Loading branch information
shai-almog committed Oct 19, 2024
1 parent 342dc11 commit 97c6c01
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2160,9 +2160,6 @@ public boolean onKeyDown(int keyCode, KeyEvent event) {
case KeyEvent.KEYCODE_MENU:
endEditing(InPlaceEditView.REASON_SYSTEM_KEY, false, true, 0);
break;
case KeyEvent.KEYCODE_ENTER:
onEditorAction(EditorInfo.IME_ACTION_DONE);
break;
case KeyEvent.KEYCODE_ESCAPE:
endEditing(InPlaceEditView.REASON_IME_ACTION, false, true, EditorInfo.IME_ACTION_DONE, keyCode);
break;
Expand Down

0 comments on commit 97c6c01

Please sign in to comment.