Fix iOS dots

This commit is contained in:
Zhiyuan Zheng 2022-06-17 00:14:32 +02:00
parent 16eaba14aa
commit 544910f0ed
2 changed files with 3 additions and 2 deletions

View File

@ -48,7 +48,7 @@ const TimelineHeaderDefault = ({ queryKey, status, highlighted }: Props) => {
</View>
</View>
{queryKey ? (
{queryKey && !highlighted ? (
<Pressable
accessibilityHint={t('accessibilityHint')}
style={{
@ -59,7 +59,7 @@ const TimelineHeaderDefault = ({ queryKey, status, highlighted }: Props) => {
}}
>
<ContextMenu
dropdownMenuMode={Platform.OS === 'android'}
dropdownMenuMode
actions={contextMenuContext}
onPress={() => {}}
children={

View File

@ -44,6 +44,7 @@ const TimelineHeaderNotification = ({ notification }: Props) => {
}}
children={
<ContextMenu
dropdownMenuMode
actions={contextMenuContext}
onPress={() => {}}
children={