nicholascioli / clack

Unofficial TikTok App for Android / iOS using Flutter
Do What The F*ck You Want To Public License
60 stars 3 forks source link

VideoFeed does not update videos on refresh #4

Open nicholascioli opened 4 years ago

nicholascioli commented 4 years ago

When refreshing the VideoFeed list, everything but the videos playing update, thus making it seem as though the feed has not refreshed. Allowing the page to dispose then rebuilds correctly, but this should happen on refresh, not after disposing and regenerating the page.

This probably will require some large refactoring :(