Whenever I add a `AbstractComposeView` into an existing Fragment to continuously integrate compose i...
c
Whenever I add a
AbstractComposeView
into an existing Fragment to continuously integrate compose into an existing codebase, I have a memory leak 💥. Tho I use
setCompositionStrategy
for this View the issue remains. Does anyone knows if this is an existing issue in Compose UI or am I missing something?
c
What/where is the leak? Do you have a heap dump?
c