mirror of
https://github.com/bitwarden/android.git
synced 2026-06-03 03:06:21 -05:00
BIT-1939: Add collection IDs back to network response (#1059)
This commit is contained in:
committed by
Álison Fernandes
parent
206d25bb48
commit
0537ccde07
@@ -895,6 +895,7 @@ class VaultRepositoryImpl(
|
||||
)
|
||||
}
|
||||
}
|
||||
.map { it.copy(collectionIds = cipherView.collectionIds) }
|
||||
.onSuccess {
|
||||
// Save the send immediately, regardless of whether the decrypt succeeds
|
||||
vaultDiskSource.saveCipher(userId = userId, cipher = it)
|
||||
|
||||
Reference in New Issue
Block a user