mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 04:06:26 -04:00
remove safe area for better ui
This commit is contained in:
parent
0d8fddf537
commit
13525d2330
@ -104,8 +104,7 @@ class HomePage extends HookConsumerWidget {
|
||||
}
|
||||
}
|
||||
|
||||
return SafeArea(
|
||||
child: DraggableScrollbar.semicircle(
|
||||
return DraggableScrollbar.semicircle(
|
||||
// labelTextBuilder: (offset) {
|
||||
// final int currentItem = _scrollController.hasClients
|
||||
// ? (_scrollController.offset / _scrollController.position.maxScrollExtent * imageGridGroup.length)
|
||||
@ -130,7 +129,6 @@ class HomePage extends HookConsumerWidget {
|
||||
...imageGridGroup,
|
||||
],
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user