"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "d87197e6cb2614e74624b62317c7ed45d5234f8f"
Fixes NPE in ListViews with non-selectable items. This was caused by a weird...
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.
Loading
Please register or sign in to comment