1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-01 01:06:11 +00:00

Silent save on pause

This commit is contained in:
M66B 2024-08-21 21:55:23 +02:00
parent 9b394588aa
commit 97613f8f57

View file

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