From 74330500de1fbf4e52dfcde9af7f974ccbb67c21 Mon Sep 17 00:00:00 2001 From: DS Boyce <260543580+ds-boyce@users.noreply.github.com> Date: Wed, 18 Feb 2026 07:57:31 -0800 Subject: [PATCH] Improve error handling on Explore page (#9890) --- src/screens/Search/Explore.tsx | 60 +++++++++++++++++++++++++++------- 1 file changed, 48 insertions(+), 12 deletions(-) diff --git a/src/screens/Search/Explore.tsx b/src/screens/Search/Explore.tsx index 7b62f2223c..df8281e9dd 100644 --- a/src/screens/Search/Explore.tsx +++ b/src/screens/Search/Explore.tsx @@ -78,10 +78,14 @@ function LoadMore({item}: {item: ExploreScreenItems & {type: 'loadMore'}}) { const t = useTheme() const {_} = useLingui() + const handleOnPress = () => { + void item.onLoadMore() + } + return (