mirror of
https://github.com/bitwarden/android.git
synced 2026-04-29 20:38:41 -05:00
Update Bitwarden SDK to 0.3.1-20231221.163756-59 (#443)
This commit is contained in:
committed by
Álison Fernandes
parent
e92c85005b
commit
de85f1c507
@@ -84,9 +84,10 @@ fun VaultData.toViewState(): VaultState.ViewState =
|
|||||||
.filter { it.folderId.isNullOrBlank() }
|
.filter { it.folderId.isNullOrBlank() }
|
||||||
.mapNotNull { it.toVaultItemOrNull() },
|
.mapNotNull { it.toVaultItemOrNull() },
|
||||||
collectionItems = collectionViewList
|
collectionItems = collectionViewList
|
||||||
|
.filter { it.id != null }
|
||||||
.map { collectionView ->
|
.map { collectionView ->
|
||||||
VaultState.ViewState.CollectionItem(
|
VaultState.ViewState.CollectionItem(
|
||||||
id = collectionView.id,
|
id = requireNotNull(collectionView.id),
|
||||||
name = collectionView.name,
|
name = collectionView.name,
|
||||||
itemCount = cipherViewList
|
itemCount = cipherViewList
|
||||||
.count {
|
.count {
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ androidxRoom = "2.6.1"
|
|||||||
androidxSplash = "1.1.0-alpha02"
|
androidxSplash = "1.1.0-alpha02"
|
||||||
# Once the app and SDK reach a critical point of completeness we should begin fixing the version
|
# Once the app and SDK reach a critical point of completeness we should begin fixing the version
|
||||||
# here (BIT-311).
|
# here (BIT-311).
|
||||||
bitwardenSdk = "0.3.1-20231219.150921-55"
|
bitwardenSdk = "0.3.1-20231221.163756-59"
|
||||||
detekt = "1.23.1"
|
detekt = "1.23.1"
|
||||||
firebaseBom = "32.7.0"
|
firebaseBom = "32.7.0"
|
||||||
glide = "1.0.0-beta01"
|
glide = "1.0.0-beta01"
|
||||||
|
|||||||
Reference in New Issue
Block a user