diff --git a/lib/screens/posts/post_search.dart b/lib/screens/posts/post_search.dart index a6ffa7a..82662d9 100644 --- a/lib/screens/posts/post_search.dart +++ b/lib/screens/posts/post_search.dart @@ -24,7 +24,7 @@ class _PostSearchScreenState extends State { final PagingController _pagingController = PagingController(firstPageKey: 0); - bool _isBusy = true; + late bool _isBusy = widget.tag != null || widget.category != null; _searchPosts(int pageKey) async { if (widget.tag == null &&