fix: adjust GPGPassphraseCache public API

This commit is contained in:
Harsh Shandilya 2023-05-08 02:18:16 +05:30
parent df58f484ac
commit 4ff0525e95
No known key found for this signature in database

View file

@ -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? {