From 7bfd16e668231f76a5c015a1b98d16bb514c12ae Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Mon, 29 Sep 2025 15:27:32 +0200 Subject: [PATCH] dont hide when there are no tabs available --- .../presentation/widgets/search_modules/tab_search.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/tab_search.dart b/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/tab_search.dart index 1afd7818..d061d6e5 100644 --- a/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/tab_search.dart +++ b/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/tab_search.dart @@ -79,10 +79,6 @@ class TabSearch extends HookConsumerWidget { } }); - if (tabs.isEmpty) { - return const SliverToBoxAdapter(child: SizedBox.shrink()); - } - return MultiSliver( children: [ const SliverToBoxAdapter(child: Divider()),