Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
fabiancrx
2024-04-22 13:10:10 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-04-22 14:10:10 -0300
Commit
378571ed8cbe34cb9d6c7c916c36cf211a66e74c
378571ed
1 parent
858a414e
Fix forward subject, body and emails to pdf share action (#1651)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
printing/lib/src/preview/pdf_preview.dart
printing/lib/src/preview/pdf_preview.dart
View file @
378571e
...
...
@@ -357,6 +357,9 @@ class PdfPreviewState extends State<PdfPreview> {
filename:
widget
.
pdfFileName
,
onShared:
widget
.
onPrinted
==
null
?
null
:
()
=>
widget
.
onPrinted
!(
context
),
subject:
widget
.
shareActionExtraSubject
,
emails:
widget
.
shareActionExtraEmails
,
body:
widget
.
shareActionExtraBody
,
));
}
...
...
Please
register
or
login
to post a comment