[mob][photos] Change leading width of appbar when filters are applied

This commit is contained in:
ashilkn 2024-10-24 21:10:52 +05:30
parent dabf4bb309
commit 925abee3c5
2 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,7 @@ class _GalleryAppBarWidgetState extends State<GalleryAppBarWidget> {
),
builder: (context, isSearching, child) {
return AppBar(
leadingWidth: isSearching ? 28 : null,
elevation: 0,
centerTitle: false,
title: isSearching

View File

@ -102,6 +102,7 @@ class _AppBarWidgetState extends State<PeopleAppBar> {
),
builder: (context, isSearching, child) {
return AppBar(
leadingWidth: isSearching ? 28 : null,
elevation: 0,
centerTitle: false,
title: isSearching