flexbox-layout
flexbox-layout copied to clipboard
A crash that is bound to happen.
if data source size is zero. It collapsed. library version :1.0.0
_
I guess no one is really maintaining this library. The FlexboxLayoutManager
doesn't work at all, it keeps crashing!
I think it's same as #479 is it?
I think it's same as #479 is it? Yeah, it's the same exception as 479, but I don't know if it's the same cause as me.
Do you create your own LayoutParams in the adapter of the RecyclerView?
If so, it's likely the same cause.
Do you create your own LayoutParams in the adapter of the RecyclerView?
If so, it's likely the same cause.
No, I'm not create my own LayoutParams, I'm using it like a LinearLayoutManager.I found that the crash only happen when the data source size is 0, and it works normally when the data source size is not 0.