diff --git a/ChattoAdditions/Source/Chat Items/CompoundMessage/Views/CompoundBubbleLayout.swift b/ChattoAdditions/Source/Chat Items/CompoundMessage/Views/CompoundBubbleLayout.swift index 6f9211421..c7a3b5bb9 100644 --- a/ChattoAdditions/Source/Chat Items/CompoundMessage/Views/CompoundBubbleLayout.swift +++ b/ChattoAdditions/Source/Chat Items/CompoundMessage/Views/CompoundBubbleLayout.swift @@ -90,7 +90,7 @@ public struct CompoundBubbleLayoutProvider { maxY = frame.maxY } return CompoundBubbleLayout( - size: CGSize(width: resultWidth, height: maxY), + size: CGSize(width: resultWidth, height: maxY).bma_round(), subviewsFrames: subviewsFrames, safeAreaInsets: safeAreaInsets )