diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/bottom_app_bar.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/bottom_app_bar.dart index 0a660890..306bc5c4 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/bottom_app_bar.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/bottom_app_bar.dart @@ -512,6 +512,10 @@ class QuickTabSwitcher extends HookConsumerWidget { await animation; }, itemWrap: (child, item) { + if (item.isHistory) { + return child; + } + return TabMenu( selectedTabId: item.id, enableFindInPage: false,