From 1cd51cc2de81d4c91b60662a95b7b183bc1f9229 Mon Sep 17 00:00:00 2001 From: RanKKI Date: Sun, 16 Jun 2024 06:47:12 +1000 Subject: [PATCH] fix(app-bar): remove safe area of the app bar in photos page (#10340) fix(app-bar): remove safe area of appbar in photos --- mobile/lib/pages/photos/photos.page.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mobile/lib/pages/photos/photos.page.dart b/mobile/lib/pages/photos/photos.page.dart index aecac56065..3c5ff27296 100644 --- a/mobile/lib/pages/photos/photos.page.dart +++ b/mobile/lib/pages/photos/photos.page.dart @@ -119,9 +119,7 @@ class PhotosPage extends HookConsumerWidget { child: Container( height: kToolbarHeight + MediaQuery.of(context).padding.top, color: context.themeData.appBarTheme.backgroundColor, - child: const SafeArea( - child: ImmichAppBar(), - ), + child: const ImmichAppBar(), ), ), ],