mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
fix: fix profile image order since reversing the list order
This commit is contained in:
parent
8ee5abe570
commit
f52cc984d6
@ -302,7 +302,8 @@ ScrollView {
|
|||||||
outgoingStatus: model.outgoingStatus
|
outgoingStatus: model.outgoingStatus
|
||||||
responseTo: model.responseTo
|
responseTo: model.responseTo
|
||||||
authorCurrentMsg: msgDelegate.ListView.section
|
authorCurrentMsg: msgDelegate.ListView.section
|
||||||
authorPrevMsg: msgDelegate.ListView.previousSection
|
// The previous message is actually the nextSection since we reversed the list order
|
||||||
|
authorPrevMsg: msgDelegate.ListView.nextSection
|
||||||
imageClick: imagePopup.openPopup.bind(imagePopup)
|
imageClick: imagePopup.openPopup.bind(imagePopup)
|
||||||
messageId: model.messageId
|
messageId: model.messageId
|
||||||
emojiReactions: model.emojiReactions
|
emojiReactions: model.emojiReactions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user