mirror of
https://github.com/tooot-app/app
synced 2025-04-25 07:28:41 +02:00
Fix iOS dots
This commit is contained in:
parent
16eaba14aa
commit
544910f0ed
@ -48,7 +48,7 @@ const TimelineHeaderDefault = ({ queryKey, status, highlighted }: Props) => {
|
|||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
{queryKey ? (
|
{queryKey && !highlighted ? (
|
||||||
<Pressable
|
<Pressable
|
||||||
accessibilityHint={t('accessibilityHint')}
|
accessibilityHint={t('accessibilityHint')}
|
||||||
style={{
|
style={{
|
||||||
@ -59,7 +59,7 @@ const TimelineHeaderDefault = ({ queryKey, status, highlighted }: Props) => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ContextMenu
|
<ContextMenu
|
||||||
dropdownMenuMode={Platform.OS === 'android'}
|
dropdownMenuMode
|
||||||
actions={contextMenuContext}
|
actions={contextMenuContext}
|
||||||
onPress={() => {}}
|
onPress={() => {}}
|
||||||
children={
|
children={
|
||||||
|
@ -44,6 +44,7 @@ const TimelineHeaderNotification = ({ notification }: Props) => {
|
|||||||
}}
|
}}
|
||||||
children={
|
children={
|
||||||
<ContextMenu
|
<ContextMenu
|
||||||
|
dropdownMenuMode
|
||||||
actions={contextMenuContext}
|
actions={contextMenuContext}
|
||||||
onPress={() => {}}
|
onPress={() => {}}
|
||||||
children={
|
children={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user