From d19975ffdb30dba77933ae83ce6491a4a8dea488 Mon Sep 17 00:00:00 2001 From: RanKKI Date: Sat, 15 Jun 2024 11:53:56 +1000 Subject: [PATCH] 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 aecac560651d7..3c5ff272962a3 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(), ), ), ],