mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 18:55:12 +00:00
Fix strange scale behaviour on long press of conversation item.
This commit is contained in:
committed by
Greyson Parrelli
parent
2412f6f63a
commit
f6fd1e1c91
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user