diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-23 13:29:42 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-23 13:29:42 -0700 |
commit | fa02f9216267330c0df39cf361ef7441264f0a44 (patch) | |
tree | de813781be3bb5f1936ee7ef97488183e5127cae /libs | |
parent | b57d6c9939190f440d3e13adb5fafba6a0cf653d (diff) | |
parent | d9a874a4cb8e82ae64c1698bd71ced8d87bbc5cd (diff) | |
download | frameworks_base-fa02f9216267330c0df39cf361ef7441264f0a44.zip frameworks_base-fa02f9216267330c0df39cf361ef7441264f0a44.tar.gz frameworks_base-fa02f9216267330c0df39cf361ef7441264f0a44.tar.bz2 |
am d9a874a4: Merge change 2397 into donut
Merge commit 'd9a874a4cb8e82ae64c1698bd71ced8d87bbc5cd'
* commit 'd9a874a4cb8e82ae64c1698bd71ced8d87bbc5cd':
Fixes NPE in ListViews with non-selectable items. This was caused by a weird initialization issue in ListView and AbsListView: a private final field instanciated in the declaration in ListView was used in AbsListView<init> via an overriden method and that field was somehow null at this time. This fix moves the instanciation at a later point.
Diffstat (limited to 'libs')
0 files changed, 0 insertions, 0 deletions