Save draft extra only when relevant

This commit is contained in:
M66B
2025-08-05 19:19:45 +02:00
parent 8a33c079bc
commit 31f5d6ac19

View File

@@ -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;