daimajia / daimajia/AndroidSwipeLayout
find a bug when the show_type attr is lay_down that some mobile can not drag
Open
- Dominant language
- Java
- Stars
- 12.3k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
找到一个bug,当show_type设置成lay_down的时候,某些机子不能划开bottomview, 即使划开了也是一瞬间关闭。
经过排查, 我发现是safebottomView这个方法导致的, 在滑动开始时调用setVisibility会导致draghelper失效。具体可以看看我另一个项目的issue3 [不适配](https://github.com/AItsuki/SwipeMenuRecyclerView/issues/3),相同的原因…… 因为那个项目我参考过你的SwipeLayout
另外,我英文实在蹩脚,不用中文描述不出来,见谅……
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.