KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
325 stars 372 forks source link

Single instance of activity in android #215

Closed BenCherif closed 1 month ago

BenCherif commented 2 years ago

when you share a text or image when the app is in background the app reopened again and create an new instance of the activity , i know that because i setandroid:launchMode="singleTop" but when i switch to android:launchMode="singleTask" one instance is creating but not able to navigate back to previous screen .Kind regards

kizinho commented 2 years ago

have same issues which will lead to memory linkage and it will affect smaller device which leads to app not responding