Try to fix scroll indicator on Feeds page (#2245)
* Try to fix scroll indicator on Feeds page * Apply to Listzio/stable
parent
c00c5efb34
commit
e87065f042
|
@ -52,6 +52,7 @@ function ListImpl<ItemT>(
|
||||||
return (
|
return (
|
||||||
<FlatList_INTERNAL
|
<FlatList_INTERNAL
|
||||||
{...props}
|
{...props}
|
||||||
|
scrollIndicatorInsets={{right: 1}}
|
||||||
onScroll={scrollHandler}
|
onScroll={scrollHandler}
|
||||||
scrollEventThrottle={1}
|
scrollEventThrottle={1}
|
||||||
ref={ref}
|
ref={ref}
|
||||||
|
|
|
@ -499,6 +499,7 @@ export function FeedsScreen(_props: Props) {
|
||||||
onEndReached={onEndReached}
|
onEndReached={onEndReached}
|
||||||
// @ts-ignore our .web version only -prf
|
// @ts-ignore our .web version only -prf
|
||||||
desktopFixedHeight
|
desktopFixedHeight
|
||||||
|
scrollIndicatorInsets={{right: 1}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{hasSession && (
|
{hasSession && (
|
||||||
|
|
Loading…
Reference in New Issue