mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Change long press on downloaded chapter icon to open menu
Seems like silently deleting things is confusing to some people.
This commit is contained in:
		| @@ -188,7 +188,7 @@ private fun DownloadedIndicator( | ||||
|             .size(IconButtonTokens.StateLayerSize) | ||||
|             .commonClickable( | ||||
|                 enabled = enabled, | ||||
|                 onLongClick = { onClick(ChapterDownloadAction.DELETE) }, | ||||
|                 onLongClick = { isMenuExpanded = true }, | ||||
|                 onClick = { isMenuExpanded = true }, | ||||
|             ), | ||||
|         contentAlignment = Alignment.Center, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user