Skip to content

Commit

Permalink
Fixed text field won't close itself
Browse files Browse the repository at this point in the history
Fixed #3835
  • Loading branch information
shai-almog committed Aug 23, 2024
1 parent ad16ccf commit ca214f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ private synchronized void endEditing(int reason, boolean forceVKBOpen, int actio
}

private synchronized void endEditing(int reason, boolean forceVKBOpen, boolean forceVKBClose, int actionCode) {
endEditing(reason, forceVKBOpen, false, actionCode, -1);
endEditing(reason, forceVKBOpen, forceVKBOpen, actionCode, -1);
}

/**
Expand Down

0 comments on commit ca214f2

Please sign in to comment.