TF-682 Update padding advanced search form on landscape tablet
This commit is contained in:
@@ -802,6 +802,9 @@ class ThreadController extends BaseController {
|
||||
|
||||
bool isSearchActive() => searchController.isSearchActive();
|
||||
|
||||
bool get isAllSearchInActive => !searchController.isSearchActive() &&
|
||||
searchController.isAdvancedSearchViewOpen.isFalse;
|
||||
|
||||
void enableSearch(BuildContext context) {
|
||||
searchController.enableSearch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user