summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-08-08 08:52:17 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-08-12 11:59:29 +0200
commite7e3a61b3a013202d6d4189dccb1be9df79b34d7 (patch)
tree37d278577662ef3214ad184f59199c752c77fe4e /android
parent907a5c8eaa75ddb1e29bf2f0ba41ce2620863977 (diff)
downloadmullvadvpn-e7e3a61b3a013202d6d4189dccb1be9df79b34d7.tar.xz
mullvadvpn-e7e3a61b3a013202d6d4189dccb1be9df79b34d7.zip
Move divider to below header
Diffstat (limited to 'android')
-rw-r--r--android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/SelectLocationScreen.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/SelectLocationScreen.kt b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/SelectLocationScreen.kt
index 422b7b58ee..e96fc66221 100644
--- a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/SelectLocationScreen.kt
+++ b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/SelectLocationScreen.kt
@@ -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),
@@ -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),