mirror of https://github.com/M66B/FairEmail.git
Oops
This commit is contained in:
parent
ad0bb27894
commit
23205bc753
|
@ -753,9 +753,9 @@ public class FragmentCompose extends FragmentBase {
|
||||||
if (renum)
|
if (renum)
|
||||||
StyleHelper.renumber(text, false, etBody.getContext());
|
StyleHelper.renumber(text, false, etBody.getContext());
|
||||||
|
|
||||||
|
if (auto_save) {
|
||||||
etBody.setTag(null);
|
etBody.setTag(null);
|
||||||
|
|
||||||
if (auto_save) {
|
|
||||||
Bundle extras = new Bundle();
|
Bundle extras = new Bundle();
|
||||||
extras.putBoolean("silent", true);
|
extras.putBoolean("silent", true);
|
||||||
onAction(R.id.action_save, extras, "paragraph");
|
onAction(R.id.action_save, extras, "paragraph");
|
||||||
|
|
Loading…
Reference in New Issue