Skip to content
Snippets Groups Projects
Commit b26259da authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

misc: fix error log in emojipicker

Change-Id: I2dc5ac7743de921469f0b14e12de46b8827184a7
parent 423290a0
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ Popup {
focus: true
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
onClosed: messageBar.textAreaObj.forceActiveFocus()
onClosed: if (messageBar) messageBar.textAreaObj.forceActiveFocus()
// Close the picker when attached to a listView that receives height/scroll
// property changes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment