Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunxiao committed Jul 21, 2017
1 parent 36ba011 commit 0fe9c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public List<Clarity> getClarites() {
详细参考demo中的`ChangeClarityActivity`

#### 4.在RecyclerView列表中使用
在ReclerView列表中使用时需要监听itemView的detach,以此释放掉对应的播放器
在ReclerView列表中使用时需要监听itemView回收,以此释放掉对应的播放器
```
mRecyclerView.setRecyclerListener(new RecyclerView.RecyclerListener() {
@Override
Expand Down

0 comments on commit 0fe9c02

Please sign in to comment.