Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 453 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 453 Bytes

侧滑返回库

  1. 该库的代码绝大部分来自于 百度 App
  2. 使用 androidx 的 ViewDragHelper 替换了百度自己的 ViewDragHelper 类
  3. 修复了在开启不保留活动情况下侧滑返回异常的问题
  4. 修复了在嵌套可以横向滚动View的情况下偶现侧滑失效的问题
  5. 项目中有 demo 可以预览效果, 点我下载