From af10d3acbb23eb99ea58a6481b257251bf426fe5 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 27 May 2024 16:43:07 -0700 Subject: [PATCH] set `onEndReachedThreshold` to `2` for notifications (#4235) --- src/view/com/notifications/Feed.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/com/notifications/Feed.tsx b/src/view/com/notifications/Feed.tsx index 7d34596d..15c103be 100644 --- a/src/view/com/notifications/Feed.tsx +++ b/src/view/com/notifications/Feed.tsx @@ -165,7 +165,7 @@ export function Feed({ refreshing={isPTRing} onRefresh={onRefresh} onEndReached={onEndReached} - onEndReachedThreshold={0.6} + onEndReachedThreshold={2} onScrolledDownChange={onScrolledDownChange} contentContainerStyle={s.contentContainer} // @ts-ignore our .web version only -prf