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(),
           ),
         ),
       ],