Hide overflow when there are no items (#684)

This commit is contained in:
David Perez 2024-01-19 13:04:07 -06:00 committed by Álison Fernandes
parent cf930438c2
commit 13f5467544

View file

@ -114,6 +114,7 @@ fun BitwardenListItem(
}
}
if (selectionDataList.isNotEmpty()) {
IconButton(
onClick = { shouldShowDialog = true },
) {
@ -125,6 +126,7 @@ fun BitwardenListItem(
)
}
}
}
if (shouldShowDialog) {
BitwardenSelectionDialog(