simonebortolin / FlowLayoutManager

Android 3rd party library to make implementing a FlowLayoutManager
GNU General Public License v3.0
21 stars 11 forks source link

Fixes a memory leak where a global layout listener is added but never… #1

Closed simonebortolin closed 6 years ago

simonebortolin commented 6 years ago

… removed

If the layout manager is attached to a window but never really displayed, it registers a global layout listener, that is never removed. This prevents the garbage collector from removing the FlowLayoutManager and the complete view hierachy