[APP-514] Fix weird scrollbar position on profile screen (#497)
* add scrollIndicatorInset to ViewSelector FlatList * Update ViewSelector.tsx * Update ViewSelector.tsx
This commit is contained in:
@@ -114,6 +114,7 @@ export function ViewSelector({
|
|||||||
onEndReachedThreshold={0.6}
|
onEndReachedThreshold={0.6}
|
||||||
contentContainerStyle={s.contentContainer}
|
contentContainerStyle={s.contentContainer}
|
||||||
removeClippedSubviews={true}
|
removeClippedSubviews={true}
|
||||||
|
scrollIndicatorInsets={{right: 1}} // fixes a bug where the scroll indicator is on the middle of the screen https://github.com/bluesky-social/social-app/pull/464
|
||||||
/>
|
/>
|
||||||
</HorzSwipe>
|
</HorzSwipe>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user