mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
revert deleted cases
These are called after the user enters his/her passphrase, hence really needed… I messed up
This commit is contained in:
parent
fd02d50011
commit
43f479d773
@ -410,6 +410,14 @@ public class PgpHandler extends AppCompatActivity implements OpenPgpServiceConne
|
||||
* interaction, for example selected key ids.
|
||||
*/
|
||||
switch (requestCode) {
|
||||
case REQUEST_CODE_ENCRYPT: {
|
||||
encrypt(data);
|
||||
break;
|
||||
}
|
||||
case REQUEST_CODE_DECRYPT_AND_VERIFY: {
|
||||
decryptAndVerify(data);
|
||||
break;
|
||||
}
|
||||
case REQUEST_CODE_GET_KEY_IDS:
|
||||
getKeyIds(data);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user