Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32565378
D4792.1767372041.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
593 B
Referenced Files
None
Subscribers
None
D4792.1767372041.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 2, 4:40 PM (13 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5880460
Default Alt Text
D4792.1767372041.diff (593 B)
Attached To
Mode
D4792: [Native] Fix uploading images transition
Attached
Detach File
Event Timeline
Log In to Comment