| commit | 3f256f34e2beffce263aed4ccf1d77d155ff37a0 | [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 | cc5c1903dc9bf9f22d2cc049338d77b3d761cd6a | |
| parent | d95aabc9eb117803ee784777fc4ffd22c55ddf43 [diff] | |
| parent | 840964f714166462444c17a424032864aa90e1e9 [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.