Skip to content

Commit

Permalink
fix: bug with android vkb not closing (#3840)
Browse files Browse the repository at this point in the history
Fixes #3821
  • Loading branch information
shannah authored Sep 15, 2024
1 parent 77baf63 commit 342dc11
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, forceVKBOpen, actionCode, -1);
endEditing(reason, forceVKBOpen, forceVKBClose, actionCode, -1);
}

/**
Expand Down

0 comments on commit 342dc11

Please sign in to comment.