Closed SiarheiSm closed 3 years ago
Fixed with version 4.0.9. The first view you describe will still crash though, you need to add the two argument constructor to inflate it from XML. Or just use the @JvmOverloads annotation on the three argument constructor as in your second example, and everything will get generated for you correctly ;)
Hi. It seems after https://github.com/B3nedikt/restring/issues/96 fixes (view pump version dev.b3nedikt.viewpump:viewpump:4.0.8) there is new crashes appears when app use custom view and obfuscation is enabled:
then on app started:
if view looks like:
crash is
or