From 361c6c729c4420403d271271ca6bd78d9273beba Mon Sep 17 00:00:00 2001 From: ryanzhao Date: Thu, 29 Sep 2022 15:08:11 +1000 Subject: [PATCH] extent message bubble width for iPad --- Session/Conversations/Message Cells/VisibleMessageCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Session/Conversations/Message Cells/VisibleMessageCell.swift b/Session/Conversations/Message Cells/VisibleMessageCell.swift index a56bf9119..6dfc88fff 100644 --- a/Session/Conversations/Message Cells/VisibleMessageCell.swift +++ b/Session/Conversations/Message Cells/VisibleMessageCell.swift @@ -147,7 +147,7 @@ final class VisibleMessageCell: MessageCell, TappableLabelDelegate { var result = groupThreadHSpacing + profilePictureSize + groupThreadHSpacing if UIDevice.current.isIPad { - result += CGFloat(UIScreen.main.bounds.width / 2 - 88) + result += 168 } return result