Get rid of share menu fade edge effect (#9250)
This commit is contained in:
@@ -50,7 +50,6 @@ export function RecentChats({postUri}: {postUri: string}) {
|
|||||||
style={[a.flex_1, a.pt_2xs, {minHeight: 98}]}
|
style={[a.flex_1, a.pt_2xs, {minHeight: 98}]}
|
||||||
contentContainerStyle={[a.gap_sm, a.px_md]}
|
contentContainerStyle={[a.gap_sm, a.px_md]}
|
||||||
showsHorizontalScrollIndicator={false}
|
showsHorizontalScrollIndicator={false}
|
||||||
fadingEdgeLength={64}
|
|
||||||
nestedScrollEnabled>
|
nestedScrollEnabled>
|
||||||
{convos && convos.length > 0 ? (
|
{convos && convos.length > 0 ? (
|
||||||
convos.map(convo => {
|
convos.map(convo => {
|
||||||
|
|||||||
Reference in New Issue
Block a user