From 3107efb449445e6df22756d1bda7a7b5fec61217 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 29 Oct 2025 18:09:07 +0200 Subject: [PATCH] Get rid of share menu fade edge effect (#9250) --- src/components/PostControls/ShareMenu/RecentChats.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/PostControls/ShareMenu/RecentChats.tsx b/src/components/PostControls/ShareMenu/RecentChats.tsx index 0862951b2b..e17a6adb2a 100644 --- a/src/components/PostControls/ShareMenu/RecentChats.tsx +++ b/src/components/PostControls/ShareMenu/RecentChats.tsx @@ -50,7 +50,6 @@ export function RecentChats({postUri}: {postUri: string}) { style={[a.flex_1, a.pt_2xs, {minHeight: 98}]} contentContainerStyle={[a.gap_sm, a.px_md]} showsHorizontalScrollIndicator={false} - fadingEdgeLength={64} nestedScrollEnabled> {convos && convos.length > 0 ? ( convos.map(convo => {