We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1d83f commit d662073Copy full SHA for d662073
lib/src/screens/feed/feed_screen.dart
@@ -714,7 +714,7 @@ class _FeedScreenBodyState extends State<FeedScreenBody>
714
setState(() {
715
_lastPageFilteredOut = newItems.isEmpty && nextPageKey != null;
716
});
717
- return (newItems, newItems.isEmpty ? null : nextPageKey);
+ return (newItems, nextPageKey);
718
},
719
);
720
SubordinateScrollController? _scrollController;
0 commit comments