Skip to content

Commit

Permalink
chore(mobile): make ImmichAppBarDialog dismissible
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstef99 committed Nov 17, 2024
1 parent b3bfcfe commit 9ad0932
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 9ad0932

Please sign in to comment.