mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix close android keyboard when emoji menu is shown
This commit is contained in:
parent
9386657955
commit
cfe44be128
@ -284,6 +284,7 @@ Item
|
|||||||
onClicked: {
|
onClicked: {
|
||||||
if (emojiPicker.state == "EMOJI_HIDDEN") {
|
if (emojiPicker.state == "EMOJI_HIDDEN") {
|
||||||
emojiPicker.state = "EMOJI_SHOWN"
|
emojiPicker.state = "EMOJI_SHOWN"
|
||||||
|
Qt.inputMethod.hide();
|
||||||
} else {
|
} else {
|
||||||
emojiPicker.state = "EMOJI_HIDDEN"
|
emojiPicker.state = "EMOJI_HIDDEN"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user