lucasr / twoway-view

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

Calling requestLayout() on a visible view causes views to permanently disappear #180

Open kennyk opened 9 years ago

kennyk commented 9 years ago

You can observe this behavior by replacing the org.lucasr.twowayview.sample.LayoutAdapter#onBindViewHolder implementation with the one in this gist.

cc:@winterDroid