Skip to content

Commit

Permalink
ui: Hide the divider below Account quick actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Dec 28, 2024
1 parent 60ec3c6 commit 80b5957
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -591,11 +591,6 @@ private fun buildItemsFlow(
emit(quickActions)

if (account != null) {
val mainSectionItem = VaultViewItem.Section(
id = "main.section",
)
emit(mainSectionItem)

val ff0 = VaultViewItem.Action(
id = "ciphers",
title = scope.translate(Res.string.items),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ fun VaultViewQuickActionsItem(
item = i,
)
}
Spacer(
modifier = Modifier
.width(4.dp),
)
}
}

Expand Down

0 comments on commit 80b5957

Please sign in to comment.