commit | ccf1ab64846112846c0bcd7fc4a623f55588ee46 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Fri May 22 14:51:25 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Fri May 22 14:51:25 2009 -0700 |
tree | 2ae1171b4b7dcc8d93cdf75650a2b7e0a160af5f | |
parent | 8943737692169f564cd34a9c8d471f3a5d438712 [diff] | |
parent | 4e1afc1a569d05cc6a1ee213c65ffb49513600ca [diff] |
am 4e1afc1a: Merge change 2361 into donut Merge commit '4e1afc1a569d05cc6a1ee213c65ffb49513600ca' * commit '4e1afc1a569d05cc6a1ee213c65ffb49513600ca': Fixes #1872506. Prevents NPE in ListView. When the opaque property changes at runtime, it is possible to end up in a situation in which the divider's Paint instance has not been instanciated. This change simples uses a final Paint that is guaranteed to not be null.