mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: keep selection state after sharing action (#29640)
This commit is contained in:
parent
c04acc8951
commit
b3abe0bb5d
1 changed files with 0 additions and 3 deletions
|
|
@ -159,8 +159,6 @@ class ShareActionButton extends ConsumerWidget {
|
|||
return;
|
||||
}
|
||||
|
||||
ref.read(multiSelectProvider.notifier).reset();
|
||||
|
||||
if (!result.success) {
|
||||
ImmichToast.show(
|
||||
context: context,
|
||||
|
|
@ -173,7 +171,6 @@ class ShareActionButton extends ConsumerWidget {
|
|||
buildContext.pop();
|
||||
});
|
||||
|
||||
// Show download progress with a "Preparing" message
|
||||
return preparingDialog;
|
||||
},
|
||||
barrierDismissible: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue