mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: local share action not working on iPad (#22238)
fix: share photo not working on iPad Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
7a0107fc79
commit
6609e70fa8
4 changed files with 16 additions and 10 deletions
|
|
@ -42,7 +42,7 @@ class ShareActionButton extends ConsumerWidget {
|
|||
showDialog(
|
||||
context: context,
|
||||
builder: (BuildContext buildContext) {
|
||||
ref.read(actionProvider.notifier).shareAssets(source).then((ActionResult result) {
|
||||
ref.read(actionProvider.notifier).shareAssets(source, context).then((ActionResult result) {
|
||||
ref.read(multiSelectProvider.notifier).reset();
|
||||
|
||||
if (!context.mounted) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue