Skip to content

Commit 3c5ae2a

Browse files
committed
Merge branch 'missing-divider-on-edit-custom-list-sheet-droid-1208'
2 parents 5b035e2 + 24e8840 commit 3c5ae2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/SelectLocationScreen.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@ private fun EditCustomListBottomSheet(
744744
onDismissRequest = { closeBottomSheet(false) }
745745
) {
746746
HeaderCell(text = customList.name, background = Color.Unspecified)
747+
HorizontalDivider(color = onBackgroundColor)
747748
IconCell(
748749
iconId = R.drawable.icon_edit,
749750
title = stringResource(id = R.string.edit_name),
@@ -764,7 +765,6 @@ private fun EditCustomListBottomSheet(
764765
},
765766
background = Color.Unspecified
766767
)
767-
HorizontalDivider(color = onBackgroundColor)
768768
IconCell(
769769
iconId = R.drawable.icon_delete,
770770
title = stringResource(id = R.string.delete),

0 commit comments

Comments
 (0)