mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +00:00
remove safe area for better ui
This commit is contained in:
parent
0d8fddf537
commit
13525d2330
1 changed files with 20 additions and 22 deletions
|
@ -104,8 +104,7 @@ class HomePage extends HookConsumerWidget {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return SafeArea(
|
return DraggableScrollbar.semicircle(
|
||||||
child: DraggableScrollbar.semicircle(
|
|
||||||
// labelTextBuilder: (offset) {
|
// labelTextBuilder: (offset) {
|
||||||
// final int currentItem = _scrollController.hasClients
|
// final int currentItem = _scrollController.hasClients
|
||||||
// ? (_scrollController.offset / _scrollController.position.maxScrollExtent * imageGridGroup.length)
|
// ? (_scrollController.offset / _scrollController.position.maxScrollExtent * imageGridGroup.length)
|
||||||
|
@ -130,7 +129,6 @@ class HomePage extends HookConsumerWidget {
|
||||||
...imageGridGroup,
|
...imageGridGroup,
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue