mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-01 05:10:09 +02:00
Small improvement
This commit is contained in:
@@ -2635,7 +2635,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
private void onMenuPrint() {
|
||||
Bundle extras = new Bundle();
|
||||
extras.putBoolean("silent", true);
|
||||
onAction(R.id.action_save, extras, "paragraph");
|
||||
onAction(R.id.action_save, extras, "print");
|
||||
|
||||
CharSequence selected = null;
|
||||
int start = etBody.getSelectionStart();
|
||||
|
||||
Reference in New Issue
Block a user