enfinnnnnnnnnn
continuous-integration/drone/push Build is passing Details

FAVORITE_MUSICS_EKA
Lucas Delanier 2 years ago
parent 46a11ded7c
commit 43e0e279bd

@ -49,7 +49,7 @@ class _FeedScreenState extends State<FeedScreen> with SingleTickerProviderStateM
animationController.forward(); animationController.forward();
_fetchData().then((tuple) { _fetchData().then((tuple) {
friendFeed = tuple.item2; friendFeed = tuple.item2;
displayFeed = tuple.item1; discoveryFeed = tuple.item1;
setState(() {}); setState(() {});
}); });
} }

Loading…
Cancel
Save