mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fixed #497
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
import analytics from '@components/analytics'
|
||||
import { HeaderRight } from '@components/Header'
|
||||
import Timeline from '@components/Timeline'
|
||||
import TimelineDefault from '@components/Timeline/Default'
|
||||
@ -51,13 +50,12 @@ const TabPublic = React.memo(
|
||||
accessibilityLabel={t('common.search.accessibilityLabel')}
|
||||
accessibilityHint={t('common.search.accessibilityHint')}
|
||||
content='Search'
|
||||
onPress={() => {
|
||||
analytics('search_tap', { page: pages[segment].key })
|
||||
onPress={() =>
|
||||
navigation.navigate('Tab-Public', {
|
||||
screen: 'Tab-Shared-Search',
|
||||
params: { text: undefined }
|
||||
})
|
||||
}}
|
||||
}
|
||||
/>
|
||||
)
|
||||
}),
|
||||
|
Reference in New Issue
Block a user