🐛 Fix explore unmixed feed pagination issue
This commit is contained in:
parent
e68ada2d04
commit
060bfa4887
@ -449,7 +449,7 @@ class _PostListWidgetState extends State<_PostListWidget> {
|
||||
data: ele.toJson(),
|
||||
createdAt: ele.createdAt)),
|
||||
);
|
||||
_hasLoadedAll = postCount >= _feed.length;
|
||||
_hasLoadedAll = _feed.length >= postCount;
|
||||
|
||||
if (mounted) setState(() => _isBusy = false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user