diff options
-rw-r--r-- | src/view/com/util/ViewSelector.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/util/ViewSelector.tsx b/src/view/com/util/ViewSelector.tsx index 82351cf08..ba0780862 100644 --- a/src/view/com/util/ViewSelector.tsx +++ b/src/view/com/util/ViewSelector.tsx @@ -114,6 +114,7 @@ export function ViewSelector({ onEndReachedThreshold={0.6} contentContainerStyle={s.contentContainer} 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> ) |