mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[mob][photos] Change leading width of appbar when filters are applied
This commit is contained in:
parent
dabf4bb309
commit
925abee3c5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user