jiajunhui / PlayerBase

The basic library of Android player will process complex business components. The access is simple。Android播放器基础库,专注于播放视图组件的高复用性和组件间的低耦合,轻松处理复杂业务。
Apache License 2.0
2.92k stars 437 forks source link

RelationAssist在recyclerview中使用 #131

Closed admasterlu closed 3 years ago

admasterlu commented 3 years ago

您好,RelationAssist在recyclerview中使用,RelationAssist的依赖view上面有个TextView点赞数量。切换到某一个item,视频正常播放,此时调用adapter的notifyItemChanged(pos)刷新item的点赞数量,关联助手会停止工作,我该怎么让视频正常播放不中断呢

jiajunhui commented 3 years ago

可采用对TextView设置tag的方式,使用RecyclerView的findViewWIthTag()找到对应的View去做更新操作。

admasterlu commented 3 years ago

感谢提供思路

admasterlu commented 3 years ago

刚才看到您发布一个新版本,试了一下,和之前相比,视频正常播放,音频会延迟几秒..是bug还是新版需要设置什么?

jiajunhui commented 3 years ago

暂未发现你说的情况,新版本升级了exo的核心库版本。