parent
e79d9dfc95
commit
037937a04f
|
@ -240,7 +240,7 @@ Item {
|
|||
Component.onCompleted: {
|
||||
parentModule.prepareChatContentModuleForChatId(model.itemId)
|
||||
chatContentModule = parentModule.getChatContentModule()
|
||||
chatSectionModule = root.chatSectionModule;
|
||||
chatSectionModule = root.parentModule
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -297,7 +297,7 @@ Item {
|
|||
Component.onCompleted: {
|
||||
parentModule.prepareChatContentModuleForChatId(model.itemId)
|
||||
chatContentModule = parentModule.getChatContentModule()
|
||||
chatSectionModule = root.chatSectionModule;
|
||||
chatSectionModule = root.parentModule
|
||||
root.checkForCreateChatOptions(model.itemId)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -160,7 +160,7 @@ ColumnLayout {
|
|||
Component {
|
||||
id: contactsSelector
|
||||
GroupChatPanel {
|
||||
sectionModule: chatSectionModule
|
||||
sectionModule: root.chatSectionModule
|
||||
chatContentModule: root.chatContentModule
|
||||
rootStore: root.rootStore
|
||||
maxHeight: root.height
|
||||
|
|
Loading…
Reference in New Issue