Bubble: clean up

This commit is contained in:
ganfra 2022-02-17 19:13:11 +01:00
parent 10bf3e56fc
commit 0d6642c32c

View File

@ -97,7 +97,7 @@ class MessageBubbleContentLayout @JvmOverloads constructor(context: Context, att
parentTop + contentContainerView.marginTop + contentContainerView.measuredHeight parentTop + contentContainerView.marginTop + contentContainerView.measuredHeight
) )
timeView.layout( timeView.layout(
parentLeft + timeView.marginEnd , parentLeft + timeView.marginEnd,
parentBottom - timeView.measuredHeight - timeView.marginBottom, parentBottom - timeView.measuredHeight - timeView.marginBottom,
parentLeft + timeView.measuredWidth + timeView.marginEnd, parentLeft + timeView.measuredWidth + timeView.marginEnd,
parentBottom - timeView.marginBottom parentBottom - timeView.marginBottom