mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-20 09:12:14 +01:00
Use monospace for HTML signature
This commit is contained in:
@@ -270,6 +270,7 @@ public class ActivitySignature extends ActivityBase {
|
||||
? getHtml()
|
||||
: getIntent().getStringExtra("html"));
|
||||
etText.setRaw(raw);
|
||||
etText.setTypeface(raw ? Typeface.MONOSPACE : Typeface.DEFAULT);
|
||||
load(html);
|
||||
|
||||
if (raw)
|
||||
|
||||
Reference in New Issue
Block a user