mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05: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:
parent
9da232dcd8
commit
4f00af3173
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue