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 ? (