Autosave in pause only

pull/50/head
M66B 6 years ago
parent 4a5407e48f
commit 651230b218

@ -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