bhagat-techind / flutter_sharing_intent

A flutter plugin to share file from other app to our app.
Apache License 2.0
47 stars 49 forks source link

Sharing a text after killed by system (or killed by back button in android) returns previous shared text #11

Open esteban-eg-kim opened 1 year ago

esteban-eg-kim commented 1 year ago

First of all, thank you for working on this project.

I am experiencing an issue similar to the one in the link below. The same issue occurs not only with forced termination as shown in the link below but also when exiting using the back button.

https://github.com/KasemJaffer/receive_sharing_intent/issues/228

Please keep this project up-to-date :)

fjld93 commented 6 days ago

Hello,

I fixed this error in PR#54, but i am still waiting for a merge. If you still need it, just check the flag mentioned in the PR (FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY) in the handleIntent method.

Regards.