mirror of https://github.com/tooot-app/app
Try Android fix
https://github.com/mpiannucci/react-native-context-menu-view/issues/43#issuecomment-1035516730
This commit is contained in:
parent
e91a1e3eff
commit
ce0adeeb66
|
@ -82,6 +82,7 @@ const TimelineHeaderDefault = ({ queryKey, status, highlighted }: Props) => {
|
|||
<Pressable
|
||||
accessibilityHint={t('accessibilityHint')}
|
||||
style={{ flex: 1, flexBasis: StyleConstants.Font.Size.L }}
|
||||
onLongPress={() => null}
|
||||
>
|
||||
<ContextMenu
|
||||
style={{ flex: 1, alignItems: 'center' }}
|
||||
|
|
|
@ -68,6 +68,7 @@ const TimelineHeaderNotification = ({ queryKey, notification }: Props) => {
|
|||
return (
|
||||
<Pressable
|
||||
style={{ flex: 1, flexBasis: StyleConstants.Font.Size.L }}
|
||||
onLongPress={() => null}
|
||||
children={
|
||||
<ContextMenu
|
||||
style={{ flex: 1, alignItems: 'center' }}
|
||||
|
|
Loading…
Reference in New Issue