You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When sharing a PDF via PDFPreview if its attributes shareActionExtraBody, shareActionExtraEmails or shareActionExtraSubject are configured, they don't get prefilled when sharing via email
To Reproduce
Code snippet to reproduce the behavior:
Describe the bug
When sharing a PDF via
PDFPreview
if its attributesshareActionExtraBody
,shareActionExtraEmails
orshareActionExtraSubject
are configured, they don't get prefilled when sharing via emailTo Reproduce
Code snippet to reproduce the behavior:
Expected behavior
When an email app is opened the recipients, subject and body get prefilled
Screenshots
Flutter Doctor
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Created a PR that fixes this issue, the underlying code was there, it was just not forwarding the specified parameters
The text was updated successfully, but these errors were encountered: