Update latex block

This commit is contained in:
chengjunzhang61 2021-12-08 10:17:37 -05:00
parent 25c04e6ded
commit 06340d0077

View File

@ -27,7 +27,7 @@ public class JLatexAsyncDrawableSpan extends AsyncDrawableSpan {
@NonNull MarkwonTheme theme, @NonNull MarkwonTheme theme,
@NonNull JLatextAsyncDrawable drawable, @NonNull JLatextAsyncDrawable drawable,
@ColorInt int color) { @ColorInt int color) {
super(theme, drawable, ALIGN_CENTER, false); super(theme, drawable, ALIGN_BOTTOM, false);
this.drawable = drawable; this.drawable = drawable;
this.color = color; this.color = color;
// if color is not 0 -> then no need to apply text color // if color is not 0 -> then no need to apply text color