fix(app-bar): remove safe area of the app bar in photos page (#10340)

fix(app-bar): remove safe area of appbar in photos
This commit is contained in:
RanKKI 2024-06-16 06:47:12 +10:00 committed by GitHub
parent f3c15c7df8
commit 1cd51cc2de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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