Save on compose zoom

This commit is contained in:
M66B 2019-01-15 17:43:44 +00:00
parent eb18e56886
commit f7c5b07d3f
1 changed files with 1 additions and 0 deletions

View File

@ -750,6 +750,7 @@ public class FragmentCompose extends FragmentBase {
int zoom = prefs.getInt("zoom", compact ? 0 : 1);
zoom = ++zoom % 3;
prefs.edit().putInt("zoom", zoom).apply();
onAction(R.id.action_save);
showDraft(working);
}