mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	Fix iOS dots
This commit is contained in:
		| @@ -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={ | ||||
|   | ||||
| @@ -44,6 +44,7 @@ const TimelineHeaderNotification = ({ notification }: Props) => { | ||||
|               }} | ||||
|               children={ | ||||
|                 <ContextMenu | ||||
|                   dropdownMenuMode | ||||
|                   actions={contextMenuContext} | ||||
|                   onPress={() => {}} | ||||
|                   children={ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user