You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing movie app and using Architecture Components.
Fragments A, B, C can navigate to Fragment D, also Fragment D could navigate itself.
Youtube player plays video on Fragment D.
When navigating from D->D->D leakcanary detects memory leak.
And when navigation A->D or B->D or C->D everything works fine without memory leak.
How to solve this issue?
(Sorry for my English)
The text was updated successfully, but these errors were encountered:
I'm writing movie app and using Architecture Components.
Fragments A, B, C can navigate to Fragment D, also Fragment D could navigate itself.
Youtube player plays video on Fragment D.
When navigating from D->D->D leakcanary detects memory leak.
And when navigation A->D or B->D or C->D everything works fine without memory leak.
How to solve this issue?
(Sorry for my English)
The text was updated successfully, but these errors were encountered: