mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 11:58:27 +00:00
fix missing rich text in chat preview
This commit is contained in:
parent
08f8ff73df
commit
f0a4b7943c
1 changed files with 1 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ ListView {
|
|||
maximumLineCount: 1
|
||||
visible: !remoteComposingInfo.visible
|
||||
text: modelData ? modelData.core.lastMessageText : ""
|
||||
textFormat: Text.AutoText
|
||||
color: DefaultStyle.main2_400
|
||||
font {
|
||||
pixelSize: Typography.p1.pixelSize
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue