ysk152

Results 1 issues of ysk152

当前使用的版本号 implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.3' 复现操作描述 当对BaseExpandNode的最后一个childNode做多次数据修改时会存在数据越界的问题存在。 使用代码 try { nodeSetData(tree, subIndex, node) } catch (e: Exception) { e.printStackTrace() } crash日志 W/System.err: java.lang.IndexOutOfBoundsException: Index: 3, Size: 3 W/System.err: at java.util.ArrayList.get(ArrayList.java:437) W/System.err: at...