Skip to content

Commit

Permalink
Change long press on downloaded chapter icon to open menu
Browse files Browse the repository at this point in the history
Seems like silently deleting things is confusing to some people.
  • Loading branch information
arkon committed Nov 13, 2022
1 parent 9da232d commit 4f00af3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4f00af3

Please sign in to comment.