Browse Source

Autosave in pause only

main
M66B 5 years ago
parent
commit
651230b218
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      app/src/main/java/eu/faircode/email/FragmentCompose.java

+ 0
- 2
app/src/main/java/eu/faircode/email/FragmentCompose.java View File

@ -311,8 +311,6 @@ public class FragmentCompose extends FragmentEx {
@Override
public void onSaveInstanceState(Bundle outState) {
super.onSaveInstanceState(outState);
if (autosave)
onAction(R.id.action_save);
outState.putLong("working", working);
}


Loading…
Cancel
Save