This website requires JavaScript.
Explore
Help
Sign In
Android
/
frameworks_base
Watch
1
Star
0
Fork
0
You've already forked frameworks_base
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a02903fbee6725563da4472bd120f844e9d5518c
frameworks_base
/
core
/
java
History
Romain Guy
a02903fbee
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.
2009-05-23 13:26:46 -07:00
..
android
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.
2009-05-23 13:26:46 -07:00
com
Merge change 1932 into donut
2009-05-20 15:28:36 -07:00
jarjar-rules.txt
auto import from //depot/cupcake/@135843
2009-03-03 19:31:44 -08:00
overview.html
auto import from //depot/cupcake/@135843
2009-03-03 19:31:44 -08:00