mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
chore: remove redundant suppressions
This commit is contained in:
parent
def9786736
commit
a188ad3f72
@ -17,7 +17,6 @@ internal object SSHKeyUtils {
|
||||
Regex("END .* PRIVATE KEY").containsMatchIn(lines.last())
|
||||
}
|
||||
|
||||
@Suppress("BlockingMethodInNonBlockingContext")
|
||||
suspend fun getOrCreateWrappedPrivateKeyFile(
|
||||
context: Context,
|
||||
requiresAuthentication: Boolean,
|
||||
@ -36,7 +35,6 @@ internal object SSHKeyUtils {
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("BlockingMethodInNonBlockingContext")
|
||||
private suspend fun getOrCreateWrappingMasterKey(
|
||||
context: Context,
|
||||
requireAuthentication: Boolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user