in case anyone uses some sort of filters there is a possibility that items count could go down to 0 which was not handled by the layout manager where it simply returns when state.itemCount == 0 which cause the layout to stay the same as last rendering cycle while it should remove and recycle all views in case there were any
in case anyone uses some sort of filters there is a possibility that items count could go down to 0 which was not handled by the layout manager where it simply returns when
state.itemCount == 0
which cause the layout to stay the same as last rendering cycle while it should remove and recycle all views in case there were anySigned-off-by: Amgad Serry amgad.serry@hotmail.com