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
Separator visibility call is executed for each cycle in setRows()/addRows() causing visibility change for each row which is wrongly identified as the last row during the nth iteration.
Moreover the isSeparatorHidden of the ScrollStackRows is strictly linked the the separator view while must be an independent property which is maintained regardless the visibility status when its the last row of the list.