Save draft on show reference images

This commit is contained in:
M66B 2019-01-23 09:33:16 +00:00
parent 8f238c7e3f
commit af38f3ce5a
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ public class FragmentCompose extends FragmentBase {
@Override @Override
public void onClick(View v) { public void onClick(View v) {
show_images = true; show_images = true;
onAction(R.id.action_save);
showDraft(working); showDraft(working);
} }
}); });