mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Enabled autosave after loading draft
This commit is contained in:
@@ -117,7 +117,7 @@ public class FragmentCompose extends FragmentEx {
|
||||
private long working = -1;
|
||||
private boolean free = false;
|
||||
private boolean addresses;
|
||||
private boolean autosave = true;
|
||||
private boolean autosave = false;
|
||||
|
||||
@Override
|
||||
@Nullable
|
||||
@@ -869,6 +869,7 @@ public class FragmentCompose extends FragmentEx {
|
||||
@Override
|
||||
protected void onLoaded(Bundle args, final EntityMessage draft) {
|
||||
working = draft.id;
|
||||
autosave = true;
|
||||
|
||||
final String action = getArguments().getString("action");
|
||||
Log.i(Helper.TAG, "Loaded draft id=" + draft.id + " action=" + action);
|
||||
|
||||
Reference in New Issue
Block a user