lucasr / twoway-view

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

TwoWayView can only use TwoWayLayoutManager subclasses as its layout manager #193

Open hugoM1 opened 9 years ago

hugoM1 commented 9 years ago

I got this error trying to set LayoutManager

Wavesonics commented 9 years ago

Would be nice if it could use any, but it would have to degrade functionality for classes that did not extend from TwoWayLayoutManager.