XPopupExt icon indicating copy to clipboard operation
XPopupExt copied to clipboard

release版本城市选择器崩溃了

Open LuoGuoXin opened this issue 2 years ago • 1 comments

debug下没问题,release下,城市选择器崩溃了。是哪里需要混淆吗? Back traces starts. java.lang.NullPointerException at com.lxj.xpopupext.popup.CityPickerPopup.j(:35) at com.lxj.xpopup.core.BasePopupView.m(:7)

LuoGuoXin avatar Jun 08 '22 02:06 LuoGuoXin

-keep class com.lxj.xpopupext.bean.** { ; } 这个混淆

LuoGuoXin avatar Jun 08 '22 03:06 LuoGuoXin

-keep class com.lxj.xpopupext.bean.** { ; }

junixapp avatar Sep 01 '22 05:09 junixapp