mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: Passkey multiple instance #2215
This commit is contained in:
@@ -141,7 +141,7 @@ class HardwareKeyActivity: DatabaseModeActivity(){
|
|||||||
context,
|
context,
|
||||||
HardwareKeyActivity::class.java).apply {
|
HardwareKeyActivity::class.java).apply {
|
||||||
flags = Intent.FLAG_ACTIVITY_NEW_TASK or
|
flags = Intent.FLAG_ACTIVITY_NEW_TASK or
|
||||||
Intent.FLAG_ACTIVITY_CLEAR_TASK
|
Intent.FLAG_ACTIVITY_MULTIPLE_TASK
|
||||||
addHardwareKey(hardwareKey)
|
addHardwareKey(hardwareKey)
|
||||||
addSeed(seed)
|
addSeed(seed)
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -716,9 +716,9 @@ open class DatabaseTaskNotificationService : LockNotificationService(), Progress
|
|||||||
notifyProgressMessage()
|
notifyProgressMessage()
|
||||||
HardwareKeyActivity
|
HardwareKeyActivity
|
||||||
.launchHardwareKeyActivity(
|
.launchHardwareKeyActivity(
|
||||||
this@DatabaseTaskNotificationService,
|
context = this@DatabaseTaskNotificationService,
|
||||||
hardwareKey,
|
hardwareKey = hardwareKey,
|
||||||
seed
|
seed = seed
|
||||||
)
|
)
|
||||||
// Wait the response
|
// Wait the response
|
||||||
mProgressMessage.apply {
|
mProgressMessage.apply {
|
||||||
|
|||||||
Reference in New Issue
Block a user