From 252e85fef9e3b68cfde8b18be2e88e178b721ec2 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Fri, 18 Aug 2023 16:14:25 +1000 Subject: [PATCH] Fixed a bug where the swipe-to-reply wasn't moving the message status text --- 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 3a016fa51..c264472ea 100644 --- a/Session/Conversations/Message Cells/VisibleMessageCell.swift +++ b/Session/Conversations/Message Cells/VisibleMessageCell.swift @@ -52,7 +52,7 @@ final class VisibleMessageCell: MessageCell, TappableLabelDelegate { profilePictureView, replyButton, timerView, - messageStatusImageView, + messageStatusContainerView, reactionContainerView ]