lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

when i set Recyclerview with single choice mode and do some operation with subview,there is some wrong. #261

Open xgbxmgg opened 8 years ago

xgbxmgg commented 8 years ago

click when i use these "setChoiceMode(ItemSelectionSupport.ChoiceMode.SINGLE)" for recyclerview and do some operation with the recyclerview's sub view, like give a textview's text with another color.As png shows , i clicked position 1,but it set position 0's textview's text color.