commit | 4e1afc1a569d05cc6a1ee213c65ffb49513600ca | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Fri May 22 14:49:19 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri May 22 14:49:19 2009 -0700 |
tree | 8aa057f52c90c8d108b6b756c09378df0cbd61e9 | |
parent | 7198030fce4b54820a65a10d54fae18a1ab5df84 [diff] | |
parent | b6888167d39bbfdb3e26e12f267c6d1abc6ce2b2 [diff] |
Merge change 2361 into donut * changes: 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.