mirror of
https://github.com/immich-app/immich.git
synced 2025-06-02 13:14:54 -04:00
parent
b66c53bef3
commit
53940f7d42
@ -661,9 +661,10 @@ class SearchEmptyContent extends StatelessWidget {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return ListView(
|
return NotificationListener<ScrollNotification>(
|
||||||
shrinkWrap: true,
|
onNotification: (_) => true,
|
||||||
physics: NeverScrollableScrollPhysics(),
|
child: ListView(
|
||||||
|
shrinkWrap: false,
|
||||||
children: [
|
children: [
|
||||||
SizedBox(height: 40),
|
SizedBox(height: 40),
|
||||||
Center(
|
Center(
|
||||||
@ -684,6 +685,7 @@ class SearchEmptyContent extends StatelessWidget {
|
|||||||
SizedBox(height: 32),
|
SizedBox(height: 32),
|
||||||
QuickLinkList(),
|
QuickLinkList(),
|
||||||
],
|
],
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user