1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 14:41:08 +00:00

Small improvement

This commit is contained in:
M66B 2019-10-23 16:30:07 +02:00
parent 85dccb57b8
commit 3f3ee7c1d8

View file

@ -1669,7 +1669,7 @@ public class FragmentCompose extends FragmentBase {
}
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:
db.identity().setIdentitySignKey(identity.id, null);