You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the fast bug fixes. Here's another bug I found.
Please specify expected/actual behavior
This formula gets rendered twice. It's kind of random and it doesn't happen on every expression.
I speculate it's something when superscript, subscript and fractions are present in an expression? I might be wrong. I'm not sure.
Edit: The same issue appears in v3.x.x
Please specify conditions/steps to reproduce (layout, code, markdown used, etc)
Thank you for your feedback, it's really valuable! 👍
About the issue: it was an interesting debugging session. Turns out that Android will draw a drawable for each line of text (for which span is applied). Yeah. And this is not related to actual formula, you can change \sigma_T^2 = \frac{1-p}{p^2} for any other and the result will still be duplicated. But if you remove the space character after opening $$ when formula won't be duplicated. I'm going to change what text is actually added to a TextView, so formula won't have multiple lines (to be shown as a placeholder text). I'm going to publish 4.0.2-SNAPSHOT soon.
Thanks for the fast bug fixes. Here's another bug I found.
Please specify expected/actual behavior
This formula gets rendered twice. It's kind of random and it doesn't happen on every expression.
I speculate it's something when superscript, subscript and fractions are present in an expression? I might be wrong. I'm not sure.
Edit: The same issue appears in v3.x.x
Please specify conditions/steps to reproduce (layout, code, markdown used, etc)
Activity class
The markdown used.
The text was updated successfully, but these errors were encountered: