diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/view/screens/Search/Search.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/view/screens/Search/Search.tsx b/src/view/screens/Search/Search.tsx index cf00ee2bf..71e4c0109 100644 --- a/src/view/screens/Search/Search.tsx +++ b/src/view/screens/Search/Search.tsx @@ -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]}> |