🐛 Bug fixing on searching
This commit is contained in:
parent
1f4aa8916d
commit
2aa699547c
@ -24,7 +24,7 @@ class _PostSearchScreenState extends State<PostSearchScreen> {
|
|||||||
final PagingController<int, Post> _pagingController =
|
final PagingController<int, Post> _pagingController =
|
||||||
PagingController(firstPageKey: 0);
|
PagingController(firstPageKey: 0);
|
||||||
|
|
||||||
bool _isBusy = true;
|
late bool _isBusy = widget.tag != null || widget.category != null;
|
||||||
|
|
||||||
_searchPosts(int pageKey) async {
|
_searchPosts(int pageKey) async {
|
||||||
if (widget.tag == null &&
|
if (widget.tag == null &&
|
||||||
|
Loading…
Reference in New Issue
Block a user