diff --git a/sample-latex-math/src/main/java/ru/noties/markwon/sample/jlatexmath/MainActivity.java b/sample-latex-math/src/main/java/ru/noties/markwon/sample/jlatexmath/MainActivity.java index e0d580c3..dee84ee4 100644 --- a/sample-latex-math/src/main/java/ru/noties/markwon/sample/jlatexmath/MainActivity.java +++ b/sample-latex-math/src/main/java/ru/noties/markwon/sample/jlatexmath/MainActivity.java @@ -44,8 +44,6 @@ public class MainActivity extends Activity { // latex += "\\doublebox{\\text{A double framed box}}&\\ovalbox{\\text{An oval framed box}}\\cr"; // latex += "\\end{array}"; - // mention another way of doing this: through async drawable to process formulas in background - final JLatexMathMedia.Config config = new JLatexMathMedia.Config(textView.getTextSize()) {{ // align = JLatexMathDrawable.ALIGN_RIGHT;