ZoomHelper icon indicating copy to clipboard operation
ZoomHelper copied to clipboard

holding a reference to `zoomableViewParent` leads to memory leaks

Open mateot1 opened this issue 2 years ago • 0 comments

In ZoomHelper.kt the zoomableView reference is cleared in onDismissDialog, however the zoomableViewParent reference is never cleared, so it still exists after the Fragment is destroyed. This field should be set to null after the placeholder is swapped out with the original view.

mateot1 avatar Jun 22 '22 21:06 mateot1