Baoen Liu

Results 5 comments of Baoen Liu

Is there a development message about this feature?

//内层已滚动的距离,小于想要滚动的距离,那么内层消费一部分,到顶后,剩的还给外层自行滑动 ` if (childScrolledY > Math.abs(dy)) { mChildRecyclerView.scrollBy(0, dy); consumed[1] = dy; } else { mChildRecyclerView.scrollToPosition(0); consumed[1] = -childScrolledY; } ` 临时解决方案,找不到原因,还望告知

agp7.3.0开始,使用isProtectedApp=true生成不了热修复包

> 老哥问题解决没,遇到同样问题: tinker版本:1.9.15.1 gradle版本:8.2 > > 升级 dexlib2:3.0.9 还是不行 维护情况堪忧,之前被检查出有隐私问题没用Tinker了