mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Rename BinaryFile by BinaryData
This commit is contained in:
@@ -346,7 +346,7 @@ class AttachmentFileNotificationService: LockNotificationService() {
|
||||
StreamDirection.UPLOAD -> {
|
||||
BinaryDatabaseManager.uploadToDatabase(
|
||||
attachmentNotification.uri,
|
||||
attachment.binaryFile,
|
||||
attachment.binaryData,
|
||||
contentResolver,
|
||||
{ percent ->
|
||||
publishProgress(percent)
|
||||
@@ -359,7 +359,7 @@ class AttachmentFileNotificationService: LockNotificationService() {
|
||||
StreamDirection.DOWNLOAD -> {
|
||||
BinaryDatabaseManager.downloadFromDatabase(
|
||||
attachmentNotification.uri,
|
||||
attachment.binaryFile,
|
||||
attachment.binaryData,
|
||||
contentResolver,
|
||||
{ percent ->
|
||||
publishProgress(percent)
|
||||
|
||||
Reference in New Issue
Block a user