Update Bitwarden SDK to 0.4.0-20240108.121805-25 (#531)

This commit is contained in:
Brian Yencho
2024-01-08 09:19:35 -06:00
committed by Álison Fernandes
parent 0ff580ec78
commit 7cfdddaa81
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ fun Send.toEncryptedNetworkSend(): SendJsonRequest =
private fun SendFile.toNetworkSendFile(): SyncResponseJson.Send.File =
SyncResponseJson.Send.File(
fileName = fileName,
size = size.toInt(),
size = size?.toInt(),
sizeName = sizeName,
id = id,
)