mark search as fullscreen when categories are pages
This commit is contained in:
parent
7492d3a3d4
commit
15d441e4c4
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ class SettingsPage extends ConsumerWidget {
|
|||
|
||||
final searchBar = SearchAnchor.bar(
|
||||
barHintText: "Search...",
|
||||
isFullScreen: categoriesArePages,
|
||||
suggestionsBuilder: (suggestionsContext, controller) async {
|
||||
final categories = await ref.watch(
|
||||
SettingsSectionsController.provider.future,
|
||||
|
|
|
|||
Loading…
Reference in a new issue