agrahn / Android-Password-Store

Android application compatible with ZX2C4's Pass command line application
https://passwordstore.app
GNU General Public License v3.0
4 stars 0 forks source link

[BUG] deleting PGP keys through app.passwordstore.crypto.PGPKeyManager not working #19

Closed agrahn closed 1 month ago

agrahn commented 1 month ago

Describe the bug

A previous hotfix that tried to cope with the deprecation of org.pgpainless.util.selection.userid.SelectUserId in pgpainless-1.7.1 broke the deletion function for PGP keys in the key manager.

Steps to reproduce

Steps to reproduce the behavior: Deleting a PGP key in Settings-->PGP Settings-->Key Manager doesn't work anymore.

Expected behavior

Tapping the trash bin icon next to a PGP key in the list should remove the key.

Screenshots

No response

Device information

Additional context

No response