From a18fc8ba7d698ccaeff363e59ec791c0dceb4553 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Thu, 11 Dec 2025 06:50:17 +0100 Subject: [PATCH] use constant for bottom app bar size --- .../presentation/widgets/browser_modules/bottom_app_bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6b2613d0..0dd26fd2 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 @@ -78,7 +78,7 @@ class BrowserBottomAppBar extends HookConsumerWidget { final dragStartPosition = useRef(Offset.zero); return BottomAppBar( - height: AppBar().preferredSize.height, + height: kToolbarHeight, padding: EdgeInsets.zero, child: GestureDetector( onTap: () {