Fix doubly-nested ConversationDisplay which was causing messages to not be send-able
Bug introduced by commit 1ec20886a8
Something in my build system changed so I was testing the wrong build when merging before!
This commit is contained in:
parent
3f9b43c208
commit
8742dc5797
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Kirigami.ScrollablePage
|
|||
readonly property QtObject device: devicesCombo.currentIndex >= 0 ? devicesModel.data(devicesModel.index(devicesCombo.currentIndex, 0), DevicesModel.DeviceRole) : null
|
||||
readonly property alias lastDeviceId: conversationListModel.deviceId
|
||||
|
||||
ConversationDisplay {
|
||||
Component {
|
||||
id: chatView
|
||||
ConversationDisplay {
|
||||
deviceId: page.lastDeviceId
|
||||
|
|
Loading…
Reference in a new issue