Skip to content

Memory leak due to ViewBinding not cleared in Fragment lifecycle #6827

@Roniscend

Description

@Roniscend

The view hierarchy ViewBinding _binding is correctly initialized in onCreateView() but not nulled out ( _binding = null) during onDestroyView() in MediaDetailFragment.kt

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions