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
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue