mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 17:23:21 +03:00
Refactor mobile to use OpenApi generated SDK (#336)
This commit is contained in:
@@ -22,7 +22,10 @@ class ImmichSliverPersistentAppBarDelegate
|
||||
|
||||
@override
|
||||
Widget build(
|
||||
BuildContext context, double shrinkOffset, bool overlapsContent) {
|
||||
BuildContext context,
|
||||
double shrinkOffset,
|
||||
bool overlapsContent,
|
||||
) {
|
||||
return SizedBox.expand(child: child);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user