Closed AiweiChujian closed 3 months ago
JXSegmentedListContainerView 的第 479 行,判断逻辑似乎有问题,有时切换列表会出现,willAppearIndex == 0, willDisappearIndex == -1 的情况,然后以 -1 下标去取 dataSource,会引起崩溃,这儿是不是应该用&&,而不是||?
willAppearIndex == 0, willDisappearIndex == -1
&&
||
感谢反馈,已在JXSegmentedView库修复了。
JXSegmentedListContainerView 的第 479 行,判断逻辑似乎有问题,有时切换列表会出现,
willAppearIndex == 0, willDisappearIndex == -1
的情况,然后以 -1 下标去取 dataSource,会引起崩溃,这儿是不是应该用&&
,而不是||
?