mirror of
https://github.com/bitwarden/android.git
synced 2026-06-07 14:57:41 -05:00
Update Bitwarden SDK to 0.4.0-20240108.121805-25 (#531)
This commit is contained in:
committed by
Álison Fernandes
parent
0ff580ec78
commit
7cfdddaa81
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user