commit | b6888167d39bbfdb3e26e12f267c6d1abc6ce2b2 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Fri May 22 14:09:29 2009 -0700 |
committer | Romain Guy <romainguy@android.com> | Fri May 22 14:09:29 2009 -0700 |
tree | 29d96165e4bd239a715f7044b22922ca18f09a05 | |
parent | 380cd96e5d7018cbf43295c9f2f2a33897affd63 [diff] |
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.