mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
fix: adjust GPGPassphraseCache public API
This commit is contained in:
@@ -18,7 +18,7 @@ constructor(
|
||||
private val dispatcherProvider: DispatcherProvider,
|
||||
) {
|
||||
|
||||
private suspend fun cachePassphrase(
|
||||
suspend fun cachePassphrase(
|
||||
context: Context,
|
||||
identifier: GpgIdentifier,
|
||||
passphrase: String,
|
||||
@@ -28,7 +28,7 @@ constructor(
|
||||
}
|
||||
}
|
||||
|
||||
private suspend fun retrieveCachedPassphrase(
|
||||
suspend fun retrieveCachedPassphrase(
|
||||
context: Context,
|
||||
identifier: GpgIdentifier,
|
||||
): String? {
|
||||
|
Reference in New Issue
Block a user