mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-15 13:33:35 +02:00
Syntax highlight HTML
This commit is contained in:
@@ -7407,7 +7407,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
}
|
||||
|
||||
private void onMenuShareHtml(TupleMessageEx message) {
|
||||
context.startActivity(new Intent(context, ActivityHTML.class)
|
||||
context.startActivity(new Intent(context, ActivityCode.class)
|
||||
.putExtra("id", message.id));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user