mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-20 07:53:37 +02:00
Silent save on pause
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user