1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 18:27:43 +00:00

Small fix

This commit is contained in:
M66B 2024-08-23 08:47:08 +02:00
parent 0e30f0bb88
commit 5e83a398bd

View file

@ -1827,7 +1827,7 @@ public class FragmentCompose extends FragmentBase {
if (state == State.LOADED) {
Bundle extras = new Bundle();
extras.putBoolean("silent", true);
extras.putBoolean("autosave", true);
onAction(R.id.action_save, extras, "pause");
}