mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 18:27:43 +00:00
Small fix
This commit is contained in:
parent
0e30f0bb88
commit
5e83a398bd
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue