Fix strange scale behaviour on long press of conversation item.

This commit is contained in:
Alex Hart
2022-06-13 13:15:15 -03:00
committed by Greyson Parrelli
parent 2412f6f63a
commit f6fd1e1c91

View File

@@ -2007,8 +2007,8 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
}
colorizerProjections.add(
bodyBubbleToRoot.insetTop(mediaThumb.getHeight())
.scale(bodyBubble.getScaleX())
bodyBubbleToRoot.scale(bodyBubble.getScaleX())
.insetTop((int) (mediaThumb.getHeight() * bodyBubble.getScaleX()))
.translateX(translationX)
.translateY(translationY)
);