mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-12 12:03:17 +02:00
Print selected text
This commit is contained in:
@@ -6312,6 +6312,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
Bundle args = new Bundle();
|
||||
args.putLong("id", message.id);
|
||||
args.putBoolean("headers", properties.getValue("headers", message.id));
|
||||
args.putCharSequence("selected", getSelectedText());
|
||||
|
||||
if (prefs.getBoolean("print_html_confirmed", false)) {
|
||||
Intent data = new Intent();
|
||||
|
||||
Reference in New Issue
Block a user