Skip to content

Commit 342dc11

Browse files
authored
fix: bug with android vkb not closing (#3840)
Fixes #3821
1 parent 77baf63 commit 342dc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ private synchronized void endEditing(int reason, boolean forceVKBOpen, int actio
11181118
}
11191119

11201120
private synchronized void endEditing(int reason, boolean forceVKBOpen, boolean forceVKBClose, int actionCode) {
1121-
endEditing(reason, forceVKBOpen, forceVKBOpen, actionCode, -1);
1121+
endEditing(reason, forceVKBOpen, forceVKBClose, actionCode, -1);
11221122
}
11231123

11241124
/**

0 commit comments

Comments
 (0)