mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 09:31:11 +01:00
Save on compose zoom
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user