You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, Thank you for your fast bugfixes. I appreciate that.
I'll try to help you with reporting bugs and as soon as I can, I will contribute on the lib.
So when I try to call .loadSkeleton() function on both of the RecyclerViews their order changes. so on loading state the first RV shows at bottom and the second one shows at the top.
The text was updated successfully, but these errors were encountered:
TurKurT656
changed the title
[Bug Report] -
[Bug Report] - loading skeleton messes recycler view orders in parent view.
Jul 21, 2020
I found the problem. The issue is coming from LinearLayout. I've changed the container to ConstraintLayout and problem fixed. Any idea why LinearLayout has problem with this lib?
Any updates for this issue? Using FlexboxLayout is also messes the recycler view orders. Also, I have to convert all recycler view parents to another ViewGroup only to temporarily fix this issue.
First of all, Thank you for your fast bugfixes. I appreciate that.
I'll try to help you with reporting bugs and as soon as I can, I will contribute on the lib.
About this issue, take this layout hierarchy:
So when I try to call
.loadSkeleton()
function on both of theRecyclerView
s their order changes. so on loading state the first RV shows at bottom and the second one shows at the top.The text was updated successfully, but these errors were encountered: