Skip to content
Snippets Groups Projects
Commit bbbeda6a authored by François-Simon Fauteux-Chapleau's avatar François-Simon Fauteux-Chapleau
Browse files

EmojiPicker: fix reference error

GitLab: #1545
Change-Id: Ie0cdc650a8f1468ed14cb43ccfd223167ddf8b7e
parent 6b3efff7
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,10 @@ Rectangle {
property var mapPositions: PositionManager.mapStatus
// The purpose of this alias is to make the message bar
// accessible to the EmojiPicker
property alias messageBar: chatViewFooter.messageBar
required property bool inCallView
// Hide the extrasPanel when going into a call view, but save the previous
......
......@@ -26,6 +26,7 @@ import "../../commoncomponents"
Rectangle {
id: root
property alias textInput: messageBar.textAreaObj
property alias messageBar: messageBar
property string previousConvId
property string previousAccountId
property bool showTypo: messageBar.showTypo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment