mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(mobile): Dismissible menus (#14192)
* chore(mobile): make all search filters dismissible * chore(mobile): make ImmichAppBarDialog dismissible --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
6b5defc27b
commit
41f138d3c8
2 changed files with 3 additions and 2 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue