Fix strange scale behaviour on long press of conversation item.

fork-5.53.8
Alex Hart 2022-06-13 13:15:15 -03:00 zatwierdzone przez Greyson Parrelli
rodzic 2412f6f63a
commit f6fd1e1c91
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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