mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
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:
parent
f3c15c7df8
commit
1cd51cc2de
1 changed files with 1 additions and 3 deletions
|
@ -119,9 +119,7 @@ class PhotosPage extends HookConsumerWidget {
|
||||||
child: Container(
|
child: Container(
|
||||||
height: kToolbarHeight + MediaQuery.of(context).padding.top,
|
height: kToolbarHeight + MediaQuery.of(context).padding.top,
|
||||||
color: context.themeData.appBarTheme.backgroundColor,
|
color: context.themeData.appBarTheme.backgroundColor,
|
||||||
child: const SafeArea(
|
child: const ImmichAppBar(),
|
||||||
child: ImmichAppBar(),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue