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
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
A fun thing I learned today is that Flow uses Fragments for some reason? I'm looking at the InternalLifecycleIntegration code and I'm pretty much baffled by what's going on. Looks like it attaches a fragment to the Activity in onCreate, but then somehow FragmentManager is keeping a reference to it even after the activity has been destroyed?
LeakCanary 1.6.2, fwiw
The text was updated successfully, but these errors were encountered:
A fun thing I learned today is that Flow uses Fragments for some reason? I'm looking at the
InternalLifecycleIntegration
code and I'm pretty much baffled by what's going on. Looks like it attaches a fragment to the Activity in onCreate, but then somehowFragmentManager
is keeping a reference to it even after the activity has been destroyed?LeakCanary 1.6.2, fwiw
The text was updated successfully, but these errors were encountered: