chore: keep selection state after sharing action (#29640)

This commit is contained in:
Alex 2026-07-06 09:40:18 -05:00 committed by GitHub
parent c04acc8951
commit b3abe0bb5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,