Skip to content

Commit

Permalink
fix recent searches tap handling (#7214)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius authored Dec 20, 2024
1 parent 8f7a6e5 commit c542159
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/view/screens/Search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,9 @@ function SearchHistory({
const {_} = useLingui()

return (
<Layout.Content>
<Layout.Content
keyboardDismissMode="interactive"
keyboardShouldPersistTaps="handled">
<View style={styles.searchHistoryContainer}>
{(searchHistory.length > 0 || selectedProfiles.length > 0) && (
<Text style={[pal.text, styles.searchHistoryTitle]}>
Expand Down

0 comments on commit c542159

Please sign in to comment.