Page MenuHomePhabricator

D4792.diff
No OneTemporary

D4792.diff

diff --git a/native/chat/swipeable-message.react.js b/native/chat/swipeable-message.react.js
--- a/native/chat/swipeable-message.react.js
+++ b/native/chat/swipeable-message.react.js
@@ -247,7 +247,11 @@
const waitFor = reactNavGestureHandlerRef ?? undefined;
if (!triggerReply && !triggerSidebar) {
- return <View style={messageBoxStyle}>{children}</View>;
+ return (
+ <PanGestureHandler enabled={false}>
+ <Animated.View style={messageBoxStyle}>{children}</Animated.View>
+ </PanGestureHandler>
+ );
}
const threadColor = `#${props.threadColor}`;

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 27, 12:20 PM (21 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2590395
Default Alt Text
D4792.diff (593 B)

Event Timeline