Revert rippleeffect.

This commit is contained in:
Black Hat
2019-06-24 13:51:26 +08:00
parent 88371ec7d2
commit c135455a3f

View File

@@ -173,11 +173,9 @@ ColumnLayout {
color: replyAuthor && sentByMe ? replyAuthor.color : MPalette.background
radius: 18
RippleEffect {
AutoMouseArea {
anchors.fill: parent
circular: true
onClicked: goToEvent(replyEventId)
}
}