mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: cool app bar
This commit is contained in:
parent
d5eff115e8
commit
7173bdf60b
6 changed files with 658 additions and 12 deletions
|
|
@ -325,7 +325,7 @@ class _AssetViewerState extends ConsumerState<AssetViewer> {
|
|||
final isDraggingDown = currentExtent < previousExtent;
|
||||
previousExtent = currentExtent;
|
||||
// Closes the bottom sheet if the user is dragging down
|
||||
if (isDraggingDown && delta.extent < 0.5) {
|
||||
if (isDraggingDown && delta.extent < 0.55) {
|
||||
if (dragInProgress) {
|
||||
blockGestures = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue