mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-16 22:13:34 +02:00
Save draft extra only when relevant
This commit is contained in:
@@ -7358,7 +7358,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
if (dirty) {
|
||||
// Update draft
|
||||
draft.identity = ident;
|
||||
draft.extra = extra;
|
||||
draft.extra = (identity.sender_extra ? extra : null);
|
||||
draft.from = afrom;
|
||||
draft.to = ato;
|
||||
draft.cc = acc;
|
||||
|
||||
Reference in New Issue
Block a user