feature/localeDate #45

Merged
v4l3n71n merged 4 commits from feature/localeDate into main 2025-06-25 19:16:51 +00:00
5 changed files with 76 additions and 24 deletions
Showing only changes of commit 7441af6f13 - Show all commits

View File

@@ -484,7 +484,6 @@ class _MyHomePageState extends State<ListItemMenu> {
// Update state after getting the response
setState(() {
if (body.isNotEmpty) {
int counter = filteredPosts.length;
// If we have results, map them to Events
filteredPosts = body
@@ -493,7 +492,6 @@ class _MyHomePageState extends State<ListItemMenu> {
if (counter == filteredPosts.length) {
_fetchCount--;
}
}
});
} else {
throw Exception('Failed to load posts');