Katex icon indicating copy to clipboard operation
Katex copied to clipboard

Refactor project to use AndroidX

Open rafsanjani opened this issue 6 years ago • 1 comments

Refactoring to use the AndroidX namespace prevents a LayoutInflationException from getting thrown when the LayoutInflator attempts to inflate the view class. This is caused by a reference to ContextCompat in MathView.java. Migrating the whole library to AndoidX fixes this issue.

rafsanjani avatar Sep 26 '19 17:09 rafsanjani

can we merge this?

netineti0 avatar Nov 05 '20 14:11 netineti0