mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix search debouncing
This commit is contained in:
@ -50,12 +50,7 @@ const TabPublic = React.memo(
|
||||
accessibilityLabel={t('common.search.accessibilityLabel')}
|
||||
accessibilityHint={t('common.search.accessibilityHint')}
|
||||
content='Search'
|
||||
onPress={() =>
|
||||
navigation.navigate('Tab-Public', {
|
||||
screen: 'Tab-Shared-Search',
|
||||
params: { text: undefined }
|
||||
})
|
||||
}
|
||||
onPress={() => navigation.navigate('Tab-Public', { screen: 'Tab-Shared-Search' })}
|
||||
/>
|
||||
)
|
||||
}),
|
||||
|
Reference in New Issue
Block a user