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
I have custom adapter which wrapped by MultiItemRowListAdapter. Is has overrriden getViewTypeCount and getItemViewType methods (I have 2 different layout). After list displayed at first all items displayed correctly but after I scroll it - layout's displayed incorrectly (I have layout-2 for items which must have layout-1 and vice versa).
The text was updated successfully, but these errors were encountered:
THis seems to be caused by incorrect implementation of getItemViewType and getViewTYpeCount in MultiItemRowListAdapter. It must NOT return the same values as wrapped adapter.
I have custom adapter which wrapped by MultiItemRowListAdapter. Is has overrriden getViewTypeCount and getItemViewType methods (I have 2 different layout). After list displayed at first all items displayed correctly but after I scroll it - layout's displayed incorrectly (I have layout-2 for items which must have layout-1 and vice versa).
The text was updated successfully, but these errors were encountered: