Commits

Romain Guy authored cafdea61a85
Fixes #1914574. An NPE could be causes in lists by ViewGroup.dispatchDraw(). ViewGroup was trying to access the AttachInfo without checking whether the info object is null. The object can be null at varioous times in the lifecycle of a list.