Skip to content

Commit

Permalink
refactor: nitpicking
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Aug 7, 2024
1 parent 2a4cd3a commit f2f7b2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ fun AdvancedSettingsScreen(
""".trimIndent()
SettingsListItem(
modifier = Modifier.combinedClickable(
onClick = {},
onClick = { },
onLongClickLabel = stringResource(R.string.copy_to_clipboard),
onLongClick = {
haptics.performHapticFeedback(HapticFeedbackType.LongPress)
Expand Down

0 comments on commit f2f7b2a

Please sign in to comment.