Skip to content
Snippets Groups Projects
Commit 65cc7a36 authored by Capucine Berthet's avatar Capucine Berthet Committed by Sébastien Blin
Browse files

messageBar: hide the popup when you click on show less

GitLab: #1322
Change-Id: I87d4b94a53a4720da5fdf2940ad23f6e17c8fd48
parent 46e23542
No related branches found
No related tags found
No related merge requests found
......@@ -101,12 +101,19 @@ RowLayout {
toolTipMoreButton.text = sharePopup.opened ? JamiStrings.showLess : JamiStrings.showMore;
}
onPressedChanged: {
if (sharePopup.enabled)
sharePopup.close();
}
popup: SharePopup {
id: sharePopup
y: -180
x: -20
menuMoreButton: listViewMoreButton.menuMoreButton
onClosed: messageBar.textAreaObj.forceActiveFocus()
}
}
}
......
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