Save on compose zoom

pull/147/head
M66B 6 years ago
parent eb18e56886
commit f7c5b07d3f

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

Loading…
Cancel
Save