From 529bc58d056a90408aa52665f624ef84e4e87aa5 Mon Sep 17 00:00:00 2001 From: Ryan Zhao Date: Wed, 16 Feb 2022 13:17:56 +1100 Subject: [PATCH 1/2] fix swiping to reply for very short messages --- 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 1106b2d10..b9d3c228c 100644 --- a/Session/Conversations/Message Cells/VisibleMessageCell.swift +++ b/Session/Conversations/Message Cells/VisibleMessageCell.swift @@ -121,7 +121,7 @@ final class VisibleMessageCell : MessageCell, LinkPreviewViewDelegate { private static let authorLabelInset: CGFloat = 12 private static let replyButtonSize: CGFloat = 24 private static let maxBubbleTranslationX: CGFloat = 40 - private static let swipeToReplyThreshold: CGFloat = 130 + private static let swipeToReplyThreshold: CGFloat = 110 static let smallCornerRadius: CGFloat = 4 static let largeCornerRadius: CGFloat = 18 static let contactThreadHSpacing = Values.mediumSpacing From d7303b3916ab2e55d7377eef31d27d9800b166f1 Mon Sep 17 00:00:00 2001 From: Ryan Zhao Date: Wed, 16 Feb 2022 13:18:09 +1100 Subject: [PATCH 2/2] update podfile.lock --- Podfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile.lock b/Podfile.lock index d8af51feb..fb59d482d 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -204,6 +204,6 @@ SPEC CHECKSUMS: YYImage: f1ddd15ac032a58b78bbed1e012b50302d318331 ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb -PODFILE CHECKSUM: 7f961dc4934dd213f5a3277af57d54caef7a4442 +PODFILE CHECKSUM: 19ce2820c263e8f3c114817f7ca2da73a9382b6a COCOAPODS: 1.11.2