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
if i set listview height caculate automatically base on flexbox layout, so if some item view existed overfloat screen, we can't render footer.
I must set height: 300 to let listview can render footer.
It take me 1 afternoon day.