mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 23:05:33 +00:00
fix: remove stale comment
This commit is contained in:
@@ -45,7 +45,6 @@ constructor(
|
||||
out: ByteArrayOutputStream,
|
||||
) {
|
||||
val keys = pgpKeyManager.getAllKeys().unwrap()
|
||||
// Iterates through the keys until the first successful decryption, then returns.
|
||||
pgpCryptoHandler.decrypt(keys, password, message, out)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user