daimajia / daimajia/AndroidSwipeLayout
SwipeItemMangerImpl 存在一些冲突
Open
- Dominant language
- Java
- Stars
- 12.3k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
问题复现,SINGLE 模式下,打开第一个个swipe,移除屏幕,打开第二swipe并迅速向下滑动,导致,第二个打开的swipe自动关闭。
分析:当调用closeAllExcept(layout); 迅速滑动 onClose 回掉还没执行,却触发了onLayout()
导致状态混乱
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.