mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Move "Share" to end of DropDownMenu (#8225)
This commit is contained in:
		| @@ -170,15 +170,6 @@ fun MangaToolbar( | ||||
|                                 expanded = moreExpanded, | ||||
|                                 onDismissRequest = onDismissRequest, | ||||
|                             ) { | ||||
|                                 if (onClickShare != null) { | ||||
|                                     DropdownMenuItem( | ||||
|                                         text = { Text(text = stringResource(R.string.action_share)) }, | ||||
|                                         onClick = { | ||||
|                                             onClickShare() | ||||
|                                             onDismissRequest() | ||||
|                                         }, | ||||
|                                     ) | ||||
|                                 } | ||||
|                                 DropdownMenuItem( | ||||
|                                     text = { Text(text = stringResource(R.string.action_edit_categories)) }, | ||||
|                                     onClick = { | ||||
| @@ -193,6 +184,15 @@ fun MangaToolbar( | ||||
|                                         onDismissRequest() | ||||
|                                     }, | ||||
|                                 ) | ||||
|                                 if (onClickShare != null) { | ||||
|                                     DropdownMenuItem( | ||||
|                                         text = { Text(text = stringResource(R.string.action_share)) }, | ||||
|                                         onClick = { | ||||
|                                             onClickShare() | ||||
|                                             onDismissRequest() | ||||
|                                         }, | ||||
|                                     ) | ||||
|                                 } | ||||
|                             } | ||||
|                         } | ||||
|                     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user