From d54896571a09359fadd8ca3c319f4b37a6103388 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 24 Mar 2026 14:42:53 +0200 Subject: [PATCH] tweaks --- src/screens/Search/Shell.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/screens/Search/Shell.tsx b/src/screens/Search/Shell.tsx index c567ccaf05..f9007456e4 100644 --- a/src/screens/Search/Shell.tsx +++ b/src/screens/Search/Shell.tsx @@ -268,6 +268,7 @@ export function SearchScreenShell({ const handleProfileClick = useCallback( (profile: bsky.profile.AnyProfileView) => { + setSearchText('') unstableCacheProfileView(queryClient, profile) // Slight delay to avoid updating during push nav animation. setTimeout(() => { @@ -442,7 +443,7 @@ export function SearchScreenShell({ - + {searchText.length > 0 ? (