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
val groupPos = 1
val childPos = 2
val packedChildPos = RecyclerViewExpandableItemManager.getPackedPositionForChild(groupPos , childPos )
val adapterPos = RecyclerViewExpandableItemManager.getPackedPositionChild(packedChildPos)
but this is incorrect. Dose anyone know what is the correct way to do it?
Also I found it is very confusing with getPackedPositionForChild and getPackedPositionChild names.
Maybe should should call them packPositionForChild and unpackPositionForChild if I understand these two methods properly?
The text was updated successfully, but these errors were encountered:
I have group position and child position
but this is incorrect. Dose anyone know what is the correct way to do it?
Also I found it is very confusing with getPackedPositionForChild and getPackedPositionChild names.
Maybe should should call them packPositionForChild and unpackPositionForChild if I understand these two methods properly?
The text was updated successfully, but these errors were encountered: