Files
frameworks_base/core/java/android
Android (Google) Code Review fa02f92162 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.
2009-05-23 13:29:42 -07:00
..
2009-05-13 17:51:37 -07:00
2009-05-20 15:24:14 -07:00
2009-05-22 14:17:48 -07:00
2009-05-20 13:41:07 +09:00
2009-05-22 11:24:36 -07:00