change fetchCOunt
This commit is contained in:
parent
1bcc8372c6
commit
7468c5f24c
@ -469,7 +469,7 @@ class _MyHomePageState extends State<ListItemMenu> {
|
||||
setState(() {
|
||||
if ((body.isNotEmpty) || (_fetchCount > 0)) {
|
||||
if (body.isEmpty) {
|
||||
_fetchCount = 0;
|
||||
_fetchCount--;
|
||||
}
|
||||
// If we have results, map them to Events
|
||||
filteredPosts.addAll(
|
||||
|
Loading…
x
Reference in New Issue
Block a user