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:
Simon Redman 2019-03-08 14:18:51 -07:00
parent 3f9b43c208
commit 8742dc5797

View file

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