mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-26 11:03:59 +02:00
fix: remove stale comment
This commit is contained in:
parent
bb385084d0
commit
f778eab94e
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue