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(
|
final searchBar = SearchAnchor.bar(
|
||||||
barHintText: "Search...",
|
barHintText: "Search...",
|
||||||
|
isFullScreen: categoriesArePages,
|
||||||
suggestionsBuilder: (suggestionsContext, controller) async {
|
suggestionsBuilder: (suggestionsContext, controller) async {
|
||||||
final categories = await ref.watch(
|
final categories = await ref.watch(
|
||||||
SettingsSectionsController.provider.future,
|
SettingsSectionsController.provider.future,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue