mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
fix(AC): fix store so that community request buttons work in the AC
Fixes #9988
This commit is contained in:
parent
ee5e72b088
commit
ff5c618c82
@ -970,7 +970,12 @@ Item {
|
||||
x: parent.width - width - Style.current.smallPadding
|
||||
y: parent.y + _buttonSize
|
||||
height: appView.height - _buttonSize * 2
|
||||
store: appMain.rootChatStore
|
||||
store: ChatStores.RootStore {
|
||||
contactsStore: appMain.rootStore.contactStore
|
||||
emojiReactionsModel: appMain.rootStore.emojiReactionsModel
|
||||
openCreateChat: createChatView.opened
|
||||
chatCommunitySectionModule: appMain.rootStore.mainModuleInst.getChatSectionModule()
|
||||
}
|
||||
activityCenterStore: appMain.activityCenterStore
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user