daimajia / AndroidSwipeLayout

The Most Powerful Swipe Layout!
MIT License
12.38k stars 2.67k forks source link

SwipeItemMangerImpl 存在一些冲突 #475

Open gmm932 opened 7 years ago

gmm932 commented 7 years ago

问题复现,SINGLE 模式下,打开第一个个swipe,移除屏幕,打开第二swipe并迅速向下滑动,导致,第二个打开的swipe自动关闭。

分析:当调用closeAllExcept(layout); 迅速滑动 onClose 回掉还没执行,却触发了onLayout() 导致状态混乱