Try to fix scroll indicator on Feeds page (#2245)

* Try to fix scroll indicator on Feeds page

* Apply to List
zio/stable
Eric Bailey 2023-12-19 12:32:17 -06:00 committed by GitHub
parent c00c5efb34
commit e87065f042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ function ListImpl<ItemT>(
return (
<FlatList_INTERNAL
{...props}
scrollIndicatorInsets={{right: 1}}
onScroll={scrollHandler}
scrollEventThrottle={1}
ref={ref}

View File

@ -499,6 +499,7 @@ export function FeedsScreen(_props: Props) {
onEndReached={onEndReached}
// @ts-ignore our .web version only -prf
desktopFixedHeight
scrollIndicatorInsets={{right: 1}}
/>
{hasSession && (