mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-02 21:23:08 -04:00
Fix close android keyboard when emoji menu is shown
This commit is contained in:
parent
9386657955
commit
cfe44be128
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ Item
|
|||
onClicked: {
|
||||
if (emojiPicker.state == "EMOJI_HIDDEN") {
|
||||
emojiPicker.state = "EMOJI_SHOWN"
|
||||
Qt.inputMethod.hide();
|
||||
} else {
|
||||
emojiPicker.state = "EMOJI_HIDDEN"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue