mirror of https://github.com/M66B/FairEmail.git
Update sent time on saving draft
This commit is contained in:
parent
2975a88fc7
commit
a38acf4247
|
@ -5301,7 +5301,9 @@ public class FragmentCompose extends FragmentBase {
|
|||
|
||||
if (dirty) {
|
||||
draft.received = new Date().getTime();
|
||||
draft.sent = draft.received;
|
||||
db.message().setMessageReceived(draft.id, draft.received);
|
||||
db.message().setMessageSent(draft.id, draft.sent);
|
||||
}
|
||||
|
||||
// Execute action
|
||||
|
|
Loading…
Reference in New Issue