Small improvement

This commit is contained in:
M66B 2019-10-23 16:30:07 +02:00
parent 85dccb57b8
commit 3f3ee7c1d8
1 changed files with 1 additions and 1 deletions

View File

@ -1669,7 +1669,7 @@ public class FragmentCompose extends FragmentBase {
} }
case OpenPgpApi.RESULT_CODE_USER_INTERACTION_REQUIRED: case OpenPgpApi.RESULT_CODE_USER_INTERACTION_REQUIRED:
return result.getParcelableExtra(OpenPgpApi.RESULT_INTENT); return (PendingIntent) result.getParcelableExtra(OpenPgpApi.RESULT_INTENT);
case OpenPgpApi.RESULT_CODE_ERROR: case OpenPgpApi.RESULT_CODE_ERROR:
db.identity().setIdentitySignKey(identity.id, null); db.identity().setIdentitySignKey(identity.id, null);