diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-24 18:46:27 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-24 18:46:27 -0500 |
commit | 4e1876fe85ab3a70eba50466a62bff8a9d01c16c (patch) | |
tree | 1d58eb7716587566c4eb1bae15ccbaf32240c075 /src/view/com/notifications/Feed.tsx | |
parent | 9673225f78f656038b2db11062d8e397c81568bf (diff) | |
download | voidsky-4e1876fe85ab3a70eba50466a62bff8a9d01c16c.tar.zst |
Refactor the scroll-to-top UX
Diffstat (limited to 'src/view/com/notifications/Feed.tsx')
-rw-r--r-- | src/view/com/notifications/Feed.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/notifications/Feed.tsx b/src/view/com/notifications/Feed.tsx index 50bdc5dc9..d457d7136 100644 --- a/src/view/com/notifications/Feed.tsx +++ b/src/view/com/notifications/Feed.tsx @@ -154,6 +154,7 @@ export const Feed = observer(function Feed({ onEndReached={onEndReached} onEndReachedThreshold={0.6} onScroll={onScroll} + scrollEventThrottle={100} contentContainerStyle={s.contentContainer} /> ) : null} |