Skip to content

Commit

Permalink
chore(mobile): make ImmichAppBarDialog dismissible
Browse files Browse the repository at this point in the history
  • Loading branch information
prettier committed Nov 17, 2024
1 parent 0e9ca44 commit 5aec034
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ class ImmichAppBarDialog extends HookConsumerWidget {
}

return Dismissible(
behavior: HitTestBehavior.translucent,
direction: DismissDirection.down,
onDismissed: (_) => Navigator.of(context).pop(),
key: const Key('app_bar_dialog'),
Expand Down

0 comments on commit 5aec034

Please sign in to comment.