add loading when using advance search

This commit is contained in:
ManhNTX
2022-07-13 22:03:01 +07:00
committed by Dat H. Pham
parent 4f0490fdb2
commit 2f9bafbf48
3 changed files with 6 additions and 1 deletions
@@ -803,6 +803,9 @@ class ThreadController extends BaseController {
bool isSearchActive() => searchController.isSearchActive();
bool isAdvanceSearchActive() => searchController.isAdvanceSearchActive();
bool get isAllSearchInActive => !searchController.isSearchActive() &&
searchController.isAdvancedSearchViewOpen.isFalse;