mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Convert to plain text only on reference edit
This commit is contained in:
@@ -581,11 +581,15 @@ public class FragmentCompose extends FragmentBase {
|
||||
|
||||
refFile.delete();
|
||||
|
||||
db.message().setMessagePlainOnly(draft.id, true);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onExecuted(Bundle args, Void data) {
|
||||
plain_only = true;
|
||||
getActivity().invalidateOptionsMenu();
|
||||
showDraft(working);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user