summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-05-23 13:27:18 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-05-23 13:27:18 -0700
commit7cd5339b1100ebcaf5bf05e44e0d0adeba4f261c (patch)
tree51010e5747455ef17015f01d88bb13ccd7c3a80c /libs
parent9ec1f94ab8fb3c9076343f9697df781d7f2d2404 (diff)
parent43c8d87aac809924cbdc8daaf65a18bb7cc13f7c (diff)
downloadframeworks_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