commit | fa02f9216267330c0df39cf361ef7441264f0a44 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Sat May 23 13:29:42 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Sat May 23 13:29:42 2009 -0700 |
tree | de813781be3bb5f1936ee7ef97488183e5127cae | |
parent | b57d6c9939190f440d3e13adb5fafba6a0cf653d [diff] | |
parent | d9a874a4cb8e82ae64c1698bd71ced8d87bbc5cd [diff] |
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.