RichLinkPreview
RichLinkPreview copied to clipboard
Memory Leak through ResponseListener
If the view is destroyed before the results are returned, there will be a memory leak
Also, there can be null pointer exceptions when the view is accessed after being changed since there is no view to work on after the callback is complete
There should be a way to cancel the request and set the listener to null