Skip to content

Commit 97c6c01

Browse files
committed
Fixed a regression in multi-line edit support
Fixed #3850
1 parent 342dc11 commit 97c6c01

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Ports/Android/src/com/codename1/impl/android/InPlaceEditView.java

-3
Original file line numberDiff line numberDiff line change
@@ -2160,9 +2160,6 @@ public boolean onKeyDown(int keyCode, KeyEvent event) {
21602160
case KeyEvent.KEYCODE_MENU:
21612161
endEditing(InPlaceEditView.REASON_SYSTEM_KEY, false, true, 0);
21622162
break;
2163-
case KeyEvent.KEYCODE_ENTER:
2164-
onEditorAction(EditorInfo.IME_ACTION_DONE);
2165-
break;
21662163
case KeyEvent.KEYCODE_ESCAPE:
21672164
endEditing(InPlaceEditView.REASON_IME_ACTION, false, true, EditorInfo.IME_ACTION_DONE, keyCode);
21682165
break;

0 commit comments

Comments
 (0)