Skip to content

Commit

Permalink
Merge branch 'missing-divider-on-edit-custom-list-sheet-droid-1208'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Aug 9, 2024
2 parents 5b035e2 + 24e8840 commit 3c5ae2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ private fun EditCustomListBottomSheet(
onDismissRequest = { closeBottomSheet(false) }
) {
HeaderCell(text = customList.name, background = Color.Unspecified)
HorizontalDivider(color = onBackgroundColor)
IconCell(
iconId = R.drawable.icon_edit,
title = stringResource(id = R.string.edit_name),
Expand All @@ -764,7 +765,6 @@ private fun EditCustomListBottomSheet(
},
background = Color.Unspecified
)
HorizontalDivider(color = onBackgroundColor)
IconCell(
iconId = R.drawable.icon_delete,
title = stringResource(id = R.string.delete),
Expand Down

0 comments on commit 3c5ae2a

Please sign in to comment.