EventImage: fix empty bubble in the corner

This commit is contained in:
miruka 2019-11-06 16:11:12 -04:00
parent 3acd3ba66a
commit 67cffa854d

View File

@ -67,7 +67,7 @@ HMxcImage {
EventImageTextBubble { EventImageTextBubble {
anchors.right: parent.right anchors.right: parent.right
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
text: [loader.showDate, loader.showLocalEcho].join(" ") text: [loader.showDate, loader.showLocalEcho].join(" ").trim()
textFormat: Text.StyledText textFormat: Text.StyledText
} }
} }