receive_sharing_intent icon indicating copy to clipboard operation
receive_sharing_intent copied to clipboard

.reset does not correctly mark the intent as consumed

Open Sorunome opened this issue 5 years ago • 1 comments

If you handle the initial share intent with ReceiveSharingIntent.getInitialText() and then mark it as consumed with ReceiveSharingIntent.reset() it does not properly get consumed:

  1. kill app
  2. open app via text share intent --> the returned text is the shared text
  3. kill app again
  4. open app in the still open app picker drawer --> the returned text is still the previously shared text, instead of null

Sorunome avatar Jan 01 '21 13:01 Sorunome

I am experiencing the same issue on android devices. @Sorunome were you able to find a solution in the meantime?

xonaman avatar Jan 25 '25 21:01 xonaman