yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.37k stars 448 forks source link

flickering/blinking effect will occur when give cardStackLayoutManager.setMaxDegree(20.0f); #268

Closed ilaxopavan closed 4 years ago

ilaxopavan commented 5 years ago

if i provide max degree to 20.0f data inside cardview is blink rapidly in center when dragging from left or right,

works properly if provide maxdegree to 0.0f,

please check this issue,otherwise your library was awesome.

yuyakaido commented 4 years ago

@ilaxopavan There had been a flickering/blinking problem caused by a needless onBindViewHolder invocation in less than or equal to ver. 2.2.3. This issue had been fixed in ver. 2.2.4.

yuyakaido commented 4 years ago

@ilaxopavan You can get more information about the issue in this issue.