mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: Remove unused interface
This commit is contained in:
@@ -148,10 +148,6 @@ open class DatabaseTaskNotificationService : LockNotificationService(), Progress
|
|||||||
result: ActionRunnable.Result)
|
result: ActionRunnable.Result)
|
||||||
}
|
}
|
||||||
|
|
||||||
interface RequestChallengeListener {
|
|
||||||
fun onChallengeResponseRequested(hardwareKey: HardwareKey, seed: ByteArray?)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun checkDatabase() {
|
fun checkDatabase() {
|
||||||
mDatabaseListeners.forEach { databaseListener ->
|
mDatabaseListeners.forEach { databaseListener ->
|
||||||
databaseListener.onDatabaseRetrieved(mDatabase)
|
databaseListener.onDatabaseRetrieved(mDatabase)
|
||||||
|
|||||||
Reference in New Issue
Block a user