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 (
|
||||
<FlatList_INTERNAL
|
||||
{...props}
|
||||
scrollIndicatorInsets={{right: 1}}
|
||||
onScroll={scrollHandler}
|
||||
scrollEventThrottle={1}
|
||||
ref={ref}
|
||||
|
|
|
@ -499,6 +499,7 @@ export function FeedsScreen(_props: Props) {
|
|||
onEndReached={onEndReached}
|
||||
// @ts-ignore our .web version only -prf
|
||||
desktopFixedHeight
|
||||
scrollIndicatorInsets={{right: 1}}
|
||||
/>
|
||||
|
||||
{hasSession && (
|
||||
|
|
Loading…
Reference in New Issue