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
Fixes a memory leak where a global layout listener is added but never 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
0 commit comments