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
StickyHeaderHelper 89 line , frameLayout.setLayoutParams(new ViewGroup.LayoutParams(width, height));
Lead to 261 line error ClassCastException, ViewGroup.MarginLayoutParams params = (ViewGroup.MarginLayoutParams) mStickyHolderLayout.getLayoutParams();
No mistake after the change 89 line frameLayout.setLayoutParams(new ViewGroup.MarginLayoutParams(width, height));
The text was updated successfully, but these errors were encountered:
StickyHeaderHelper 89 line ,
frameLayout.setLayoutParams(new ViewGroup.LayoutParams(width, height));
Lead to 261 line error ClassCastException,
ViewGroup.MarginLayoutParams params = (ViewGroup.MarginLayoutParams) mStickyHolderLayout.getLayoutParams();
No mistake after the change 89 line
frameLayout.setLayoutParams(new ViewGroup.MarginLayoutParams(width, height));
The text was updated successfully, but these errors were encountered: