1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-03 22:35:45 +02:00

EmojiPicker: fix reference error

GitLab: #1545
Change-Id: Ie0cdc650a8f1468ed14cb43ccfd223167ddf8b7e
This commit is contained in:
François-Simon Fauteux-Chapleau 2024-02-19 11:13:03 -05:00
parent 6b3efff7cc
commit bbbeda6a26
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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