Compare commits

...

1 Commits

Author SHA1 Message Date
Shane
9f24711ac7 [PM-38808] Support optional encrypted Cipher.name
Adapts to the SDK making encrypted Cipher.name optional (sdk-internal#1122).
2026-06-09 14:24:28 -07:00

View File

@@ -829,7 +829,7 @@ fun Cipher.toFailureCipherListView(): CipherListView =
folderId = folderId,
collectionIds = collectionIds,
key = key,
name = name,
name = name.orEmpty(),
subtitle = "",
type = when (type) {
CipherType.LOGIN -> CipherListViewType.Login(