mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Change consumme by consume
This commit is contained in:
@@ -53,7 +53,7 @@ class AttachmentFileBinderManager(private val activity: FragmentActivity) {
|
||||
AttachmentState.COMPLETE,
|
||||
AttachmentState.ERROR -> {
|
||||
// Finish the action when capture by activity
|
||||
consummeAttachmentAction(entryAttachmentState)
|
||||
consumeAttachmentAction(entryAttachmentState)
|
||||
}
|
||||
else -> {}
|
||||
}
|
||||
@@ -99,7 +99,7 @@ class AttachmentFileBinderManager(private val activity: FragmentActivity) {
|
||||
}
|
||||
|
||||
@Synchronized
|
||||
fun consummeAttachmentAction(attachment: EntryAttachmentState) {
|
||||
fun consumeAttachmentAction(attachment: EntryAttachmentState) {
|
||||
mBinder?.getService()?.removeAttachmentAction(attachment)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user