fix recent searches tap handling (#7214)
This commit is contained in:
@@ -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]}>
|
||||
|
||||
Reference in New Issue
Block a user