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:
parent
9b394588aa
commit
97613f8f57
1 changed files with 1 additions and 0 deletions
|
@ -1828,6 +1828,7 @@ public class FragmentCompose extends FragmentBase {
|
||||||
if (state == State.LOADED) {
|
if (state == State.LOADED) {
|
||||||
Bundle extras = new Bundle();
|
Bundle extras = new Bundle();
|
||||||
extras.putBoolean("autosave", true);
|
extras.putBoolean("autosave", true);
|
||||||
|
extras.putBoolean("silent", true);
|
||||||
onAction(R.id.action_save, extras, "pause");
|
onAction(R.id.action_save, extras, "pause");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue