mirror of
https://github.com/bitwarden/android.git
synced 2026-06-09 08:09:16 -05:00
Update Compose Material3 and Hilt Navigation versions (#381)
This commit is contained in:
committed by
Álison Fernandes
parent
4d3899e6f9
commit
12a816e678
@@ -88,10 +88,6 @@ private fun TypeOptionsItem(
|
||||
modifier: Modifier,
|
||||
) {
|
||||
val possibleMainStates = VaultAddItemState.ItemTypeOption.entries.toList()
|
||||
// TODO: Add support for Card Type items (BIT-668)
|
||||
.filterNot { it == VaultAddItemState.ItemTypeOption.CARD }
|
||||
// TODO: Add support for Identity Type items (BIT-667)
|
||||
.filterNot { it == VaultAddItemState.ItemTypeOption.IDENTITY }
|
||||
val optionsWithStrings = possibleMainStates.associateWith { stringResource(id = it.labelRes) }
|
||||
|
||||
BitwardenMultiSelectButton(
|
||||
|
||||
Reference in New Issue
Block a user