mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Text justifying is not supported by Android
This commit is contained in:
@@ -2389,6 +2389,9 @@ public class HtmlHelper {
|
||||
case "end":
|
||||
alignment = (rtl ? Layout.Alignment.ALIGN_NORMAL : Layout.Alignment.ALIGN_OPPOSITE);
|
||||
break;
|
||||
case "justify":
|
||||
// Not supported by Android
|
||||
break;
|
||||
}
|
||||
if (alignment != null)
|
||||
setSpan(ssb, new AlignmentSpan.Standard(alignment), start, ssb.length());
|
||||
|
||||
Reference in New Issue
Block a user