Peng Shaolei

Results 6 comments of Peng Shaolei

十分感谢,您的回答完美解决了我的问题。 改动前: ![image](https://user-images.githubusercontent.com/49141931/191474221-27cda49b-4f62-4bed-86c6-d13b3b09da03.png) 改动后: ![image](https://user-images.githubusercontent.com/49141931/191472747-1a9e98f9-15de-42b1-8f23-280bc33d3dc2.png)

在使用过程中,我还注意到一点,在我注册adapter包括setOnItemClickListener在内等一系列监听的过程中,不能正确的在class中进行注册。(3.0+版本中未出现该问题) ![image](https://user-images.githubusercontent.com/49141931/191473438-d9e2b752-ad6f-40bc-b395-3f5f79af534a.png) 后续这个地方会有改动吗?

> 在使用LinearLayoutManager時,添加EmptyView同樣也有展開不完全的情況發生 我这边尝试在LinearLayoutManager中使用EmptyView暂未发现展开不完全的情况存在。

> 你好,尝试 4.0.0-beta04,解决了点击事件问题 @limuyang2 感谢,刚刚已尝试更新至4.0.0-beta04版本,点击事件监听注册已恢复正常。 我在开发过程中发现了新的问题,使用4.0.0-beta04的版本也未能解决,详情已提交至issue。 #3697

可以提供一下初始化的代码片段吗?或者可以参考我的写法。(在debug下只打印日志但不保存,release下不打印日志但保存) ![image](https://user-images.githubusercontent.com/49141931/226185952-a4b966b4-81f8-4f80-9fdd-cdb56dfcd1a9.png)