mirror of https://github.com/M66B/FairEmail.git
Save on compose zoom
This commit is contained in:
parent
eb18e56886
commit
f7c5b07d3f
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue