mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-25 10:23:38 +02:00
Use message text as prompt when using default prompt
This commit is contained in:
@@ -2697,7 +2697,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
Bundle args = new Bundle();
|
||||
args.putLong("id", working);
|
||||
args.putCharSequence("body", body);
|
||||
args.putLong("template", template == null ? -1L : template);
|
||||
args.putLong("template", template == null ? 0L : template);
|
||||
|
||||
new SimpleTask<Spanned>() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user