receive_sharing_intent
receive_sharing_intent copied to clipboard
.reset does not correctly mark the intent as consumed
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:
- kill app
- open app via text share intent --> the returned text is the shared text
- kill app again
- open app in the still open app picker drawer --> the returned text is still the previously shared text, instead of
null
I am experiencing the same issue on android devices. @Sorunome were you able to find a solution in the meantime?