commit | cafdea61a85c8f5d0646cc9413a09346c637f43f | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Fri Jun 12 10:51:36 2009 -0700 |
committer | Romain Guy <romainguy@android.com> | Fri Jun 12 10:51:36 2009 -0700 |
tree | 4ef69601feb687cf90483f45ef443f9eea8c93ca | |
parent | 763a5723882ec7924114ba585b49e69b3e828b4a [diff] |
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.