add loading when using advance search
This commit is contained in:
@@ -803,6 +803,9 @@ class ThreadController extends BaseController {
|
||||
|
||||
bool isSearchActive() => searchController.isSearchActive();
|
||||
|
||||
bool isAdvanceSearchActive() => searchController.isAdvanceSearchActive();
|
||||
|
||||
|
||||
bool get isAllSearchInActive => !searchController.isSearchActive() &&
|
||||
searchController.isAdvancedSearchViewOpen.isFalse;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user