diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-23 13:27:18 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-23 13:27:18 -0700 |
commit | 7cd5339b1100ebcaf5bf05e44e0d0adeba4f261c (patch) | |
tree | 51010e5747455ef17015f01d88bb13ccd7c3a80c /libs | |
parent | 9ec1f94ab8fb3c9076343f9697df781d7f2d2404 (diff) | |
parent | 43c8d87aac809924cbdc8daaf65a18bb7cc13f7c (diff) | |
download | frameworks_native-7cd5339b1100ebcaf5bf05e44e0d0adeba4f261c.zip frameworks_native-7cd5339b1100ebcaf5bf05e44e0d0adeba4f261c.tar.gz frameworks_native-7cd5339b1100ebcaf5bf05e44e0d0adeba4f261c.tar.bz2 |
Merge change 2397 into donut
* changes:
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