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
Caused by: java.lang.RuntimeException: Cannot make calls to a recycled instance!
at android.content.res.TypedArray.getColor(TypedArray.java:459)
at com.jpeng.jptabbar.JPTabBar.initFromAttribute(JPTabBar.java:170)
at com.jpeng.jptabbar.JPTabBar.generate(JPTabBar.java:506)
在Fragment中使用,通过Navigation.findNavController(mRootView).navigateUp(); 进行切换Fragment,返回就会触发这个异常,navigateUp()的时候,Jptabbar所在的Fragment已经销毁了,返回Jptabbar所在的Fragment时,重新触发了onCreateView,就出现了Cannot make calls to a recycled instance
Caused by: java.lang.RuntimeException: Cannot make calls to a recycled instance!
at android.content.res.TypedArray.getColor(TypedArray.java:459)
at com.jpeng.jptabbar.JPTabBar.initFromAttribute(JPTabBar.java:170)
at com.jpeng.jptabbar.JPTabBar.generate(JPTabBar.java:506)
机型:
Android: 8.1.0
Manufacturer: HUAWEI
Model: CLT-AL00
这个是用户使用时触发奔溃的日志,也就这个安卓8.1.0的触发了
The text was updated successfully, but these errors were encountered: