mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Small improvement
This commit is contained in:
parent
85dccb57b8
commit
3f3ee7c1d8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue