mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(mobile): beta search page improvements (#20247)
search page improvements
This commit is contained in:
parent
f9292c9c96
commit
da80b69062
2 changed files with 2 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ class Timeline extends StatelessWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
resizeToAvoidBottomInset: false,
|
||||
body: LayoutBuilder(
|
||||
builder: (_, constraints) => ProviderScope(
|
||||
overrides: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue