Cheng
Cheng
Same issue here, any schedule or work around?
Crash happened in : ``` if (VERSION.SDK_INT >= 14) { this.mSelectorPosition = (Integer)ReflectionUtils.getFieldValue(AbsListView.class, "mSelectorPosition", this); } else { this.mSelectorPosition = (Integer)ReflectionUtils.getFieldValue(AbsListView.class, "mMotionPosition", this); } ``` in dispatchDraw(Canvas), where `ReflectionUtils.getFieldValue(AbsListView.class, "mSelectorPosition",...
I meet same issue, is there any fix or work around?