RichLinkPreview icon indicating copy to clipboard operation
RichLinkPreview copied to clipboard

Memory Leak through ResponseListener

Open iamareebjamal opened this issue 6 years ago • 0 comments

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

iamareebjamal avatar Jun 27 '18 06:06 iamareebjamal