mirror of
https://github.com/bitwarden/android.git
synced 2026-06-08 08:06:32 -05:00
BIT-534: fixing trash counter to always display one (#279)
This commit is contained in:
committed by
Álison Fernandes
parent
b914f52d0f
commit
dfc653b72e
@@ -225,7 +225,7 @@ fun VaultContent(
|
||||
item {
|
||||
BitwardenListHeaderTextWithSupportLabel(
|
||||
label = stringResource(id = R.string.trash),
|
||||
supportingLabel = state.trashItemsCount.toString(),
|
||||
supportingLabel = "1",
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(horizontal = 16.dp),
|
||||
|
||||
Reference in New Issue
Block a user