From b3abe0bb5db030232559d828c2725a8f418da915 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 6 Jul 2026 09:40:18 -0500 Subject: [PATCH] chore: keep selection state after sharing action (#29640) --- .../widgets/action_buttons/share_action_button.widget.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/mobile/lib/presentation/widgets/action_buttons/share_action_button.widget.dart b/mobile/lib/presentation/widgets/action_buttons/share_action_button.widget.dart index 53bd15b457..6109b137a1 100644 --- a/mobile/lib/presentation/widgets/action_buttons/share_action_button.widget.dart +++ b/mobile/lib/presentation/widgets/action_buttons/share_action_button.widget.dart @@ -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,