mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-20 02:28:56 +00:00
fix: Reply to sticker adds message advising user to upgrade
Closes #7724
This commit is contained in:
parent
b65023bf45
commit
1aff57abff
@ -88,7 +88,7 @@ Item {
|
||||
textField.color: Theme.palette.baseColor1
|
||||
textField.height: 18
|
||||
clip: true
|
||||
visible: !!replyDetails.messageText
|
||||
visible: !!replyDetails.messageText && replyDetails.contentType !== StatusMessage.ContentType.Sticker
|
||||
allowShowMore: false
|
||||
}
|
||||
StatusImageMessage {
|
||||
@ -96,7 +96,7 @@ Item {
|
||||
Layout.preferredHeight: imageAlias.paintedHeight
|
||||
imageWidth: 56
|
||||
source: replyDetails.contentType === StatusMessage.ContentType.Image ? replyDetails.messageContent : ""
|
||||
// visible: replyDetails.contentType === StatusMessage.ContentType.Image
|
||||
visible: source
|
||||
shapeType: StatusImageMessage.ShapeType.ROUNDED
|
||||
}
|
||||
Item {
|
||||
|
Loading…
x
Reference in New Issue
Block a user